Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kbourgoin/1469467 to your computer and use it in GitHub Desktop.
Save kbourgoin/1469467 to your computer and use it in GitHub Desktop.
this is how you can omit having join/parts of github's irc bot in your channel
1. Set your channel invite only but allow messages from outside:
/mode #yourchannel +i-n
2. Set an inite exception for any user whose ident is longer than two chars, this
/mode #yourchannel +I *!??*@*
3. In the repository administration, give the irc bot a nick like 'G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment