Skip to content

Instantly share code, notes, and snippets.

@ramsey
Created September 17, 2014 19:22
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ramsey/6d78501a6de3b6d03feb to your computer and use it in GitHub Desktop.
Save ramsey/6d78501a6de3b6d03feb to your computer and use it in GitHub Desktop.
Base Freenode Channel Setup
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