Hard Lounge - IRCv5 Compliant Webchat Client
https://webchat.supernets.org
client | ||
screenshots | ||
src | ||
users/example | ||
.gitignore | ||
config.json | ||
Gruntfile.js | ||
index.js | ||
package.json | ||
README.md |
Shout
Try the Shout client
Install
sudo npm install -g shout
Usage
When the install is complete, go ahead and start the server:
shout
For more information:
shout --help
Screenshot
Configuration
Open your config.json
file and edit:
port
The default port to be used.
You can override this by running shout --port 80
public
Set to either true|false
.
When set to false
, a login will be required for connecting users.
Commands
These are the commands currently implemented:
- /close
- /connect
- /deop
- /devoice
- /disconnect
- /invite
- /join
- /kick
- /leave
- /me
- /mode
- /msg
- /nick
- /notice
- /op
- /part
- /query
- /quit
- /raw
- /say
- /send
- /server
- /slap
- /topic
- /voice
- /whois
License
Available under the MIT license.