Created
January 30, 2011 23:54
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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