Skip to content

Instantly share code, notes, and snippets.

@hyper3xpl0iter
Last active April 3, 2017 20:50
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 hyper3xpl0iter/86578a240e7139915731b84b6ca6b6e4 to your computer and use it in GitHub Desktop.
Save hyper3xpl0iter/86578a240e7139915731b84b6ca6b6e4 to your computer and use it in GitHub Desktop.
IRC nickname register with NickServ
################################################################################
#
# filename: irc-nickserv.conf
# description: Gist to show to to register your nickname with NickServ on IRC
# author: Andre Mattie
# email: devel@introsec.ca
# GPG: 5620 A200 6534 B779 08A8 B22B 0FA6 CD54 93EA 430D
# bitcoin: 1LHsfZrES8DksJ41JAXULimLJjUZJf7Qns
# date: 04/03/2017
#
################################################################################
# Set your nickname
/nick <YOUR-NICKNAME>
# Register your nickname with NickServ
/msg NickServ REGISTER <YOUR-PASS> <YOUR-EMAIL>
# Identify to your primary account
/msg NickServ IDENTIFY <YOUR-NICKNAME> <YOUR-PASS>
## Login Example
/connect irc.freenode.net 6667 <YOUR-NICKNAME>:<YOUR-PASS>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment