Skip to content

Instantly share code, notes, and snippets.

@m3nd3s
Last active December 17, 2015 01:09
Show Gist options
  • Save m3nd3s/5526424 to your computer and use it in GitHub Desktop.
Save m3nd3s/5526424 to your computer and use it in GitHub Desktop.
Alguns comandos IRC

Register

Make sure you're using the nickname you would like to register.

/msg nickserv register YOURPASSWORD YOUREMAIL
# (Example: /msg nickserv register chattingiscool julie@montreal.com)

Connecting:

/msg NickServ IDENTIFY password
# For example: /msg nickserv identify chattingiscool

Useful command:

Say you've just been disconnected and you reconnect and your "ghost" is still there using your nickname. Just type:

/msg NickServ GHOST nickname password
For example: /msg nickserv ghost juliebug chattingiscool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment