Created
September 17, 2014 19:22
-
-
Save ramsey/6d78501a6de3b6d03feb to your computer and use it in GitHub Desktop.
Base Freenode Channel Setup
This file contains 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
Join the channel you want to register. Make sure you're an op (either the first to join, or someone who is an op there sets you to +o). | |
/join #newchannel | |
/msg chanserv register #newchannel | |
/msg chanserv set #newchannel mlock +cnt-s | |
/msg chanserv set #newchannel guard on | |
/msg chanserv set #newchannel secure on | |
/msg chanserv set #newchannel topiclock on | |
/msg chanserv set #newchannel keeptopic on | |
/msg chanserv set #newchannel url http://example.org/ | |
/msg chanserv flags #newchannel ownernick FOUNDER | |
For more info, /msg chanserv help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment