Skip to content

Instantly share code, notes, and snippets.

@textarcana
Created February 13, 2009 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save textarcana/63965 to your computer and use it in GitHub Desktop.
Save textarcana/63965 to your computer and use it in GitHub Desktop.
Freenode registration
== Example
/nick homer
/msg nickserv register changeme beerdude@example.com
/nick homer_
/msg nickserv group
/nick awesome_homer
/msg nickserv group
== Abstract
/nick <desired_nickname>
/msg nickserv register <password> <email>
/msg nickserv <alternate_nick_1>
/msg nickserv group
/msg nickserv <alternate_nick_2>
/msg nickserv group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment