Skip to content

Instantly share code, notes, and snippets.

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