Skip to content

Instantly share code, notes, and snippets.

@jessor
Created January 30, 2011 23:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jessor/803442 to your computer and use it in GitHub Desktop.
Save jessor/803442 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