Skip to content

Instantly share code, notes, and snippets.

@nickleefly
Forked from yeyewangwang/Freenode IRC.md
Created May 21, 2019 09:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nickleefly/59ab31202f5486a73e73f72b4e7b6a9a to your computer and use it in GitHub Desktop.
Save nickleefly/59ab31202f5486a73e73f72b4e7b6a9a to your computer and use it in GitHub Desktop.
Freenode Nickserv Commands

Connect

/server chat.freenode.net

Nick

/nick NewNick

Register

/msg NickServ register your_password your_email_address

Change password

/msg NickServ SET PASSWORD password

Change email

/msg NickServ SET EMAIL email

Info

/msg nickserv info

Login

/msg NickServ identify AccountName Your-Password

Operator

/msg chanserv op #channel

/msg chanserv flags #channel usename +oO

Register channel

/msg chanserv register #channel

Logout

/msg NickServ LOGOUT

Status

/msg NickServ STATUS

Vacation

/msg NickServ VACATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment