Go to file
2014-08-13 16:43:25 -07:00
client More design changes 2014-08-12 18:18:04 -07:00
screenshots Minor changes 2014-07-21 03:52:48 -07:00
src Added ClientManager class 2014-08-13 16:43:25 -07:00
users/example Added screenshot 2014-07-20 15:55:58 -07:00
.gitignore Ignore logs in .gitignore 2014-07-16 23:32:39 -04:00
config.json Change default port 2014-08-13 05:29:53 -07:00
Gruntfile.js Handle timezones 2014-07-23 17:16:00 -07:00
index.js Added ClientManager class 2014-08-13 16:43:25 -07:00
package.json Update package.json 2014-08-13 14:35:30 -07:00
README.md Update README.md 2014-08-13 03:27:53 +02:00

Shout

Run your IRC client on a server and access it from the web browser. This allows you to chat from multiple devices at the same time and you will stay connected to IRC even when you close your browser.

Try the Shout client

Install

sudo npm install -g shout

Usage

When the install is complete, go ahead and start the server:

shout start --port 9000

Screenshots

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.