Revived IRC client project
public | ||
server | ||
.gitignore | ||
client.config.example.toml | ||
LICENSE | ||
package.json | ||
README.md | ||
teemant.js |
TeemantIRC
LunaSquee's third attempt at creating a working IRC client..
###Running the development version This application requires node.js to be installed.
- Install the dependencies
npm install
- Copy the configuration
cp client.config.example.toml client.config.toml
- Run the server
./teemant.js
The client will be accessible at http://localhost:8080/
WebIRC
The server will look for passwords in webirc.data.json
. The format is:
"server_hostname": {
"password": "server webirc password",
"cached_ip": null,
"last_update": 0
}
It will DNS resolve server_hostname
every config.webirc.resolveInterval
seconds.