Skip to content

Instantly share code, notes, and snippets.

@chrisspruck
Forked from ramsey/freenode-channel-setup
Last active August 29, 2015 14:07
Show Gist options
  • Save chrisspruck/995d7cf35cc759f04849 to your computer and use it in GitHub Desktop.
Save chrisspruck/995d7cf35cc759f04849 to your computer and use it in GitHub Desktop.
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