Skip to content

Instantly share code, notes, and snippets.

@ohammersmith
Created April 8, 2009 16:13
Show Gist options
  • Select an option

  • Save ohammersmith/91850 to your computer and use it in GitHub Desktop.

Select an option

Save ohammersmith/91850 to your computer and use it in GitHub Desktop.
IRC
========
Install Notes
-------------
1. server (ie. irc.freenode.net)
2. port is normally 6667 / 9999 for ssl
3. the room field can support multiple rooms (comma separated)
4. the password field is for the server password
5. room passwords can be specified for each room like this:
room_name::password
6. prefixing '#' to the room field is optional
7. nick is not required, if provided the IRCBot will use that nick
Developer Notes
---------------
data
- server
- port
- room
- password
- ssl
- nick
payload
- refer to docs/github_payload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment