Skip to content

Instantly share code, notes, and snippets.

@saml
Created May 23, 2013 17:29
Show Gist options
  • Save saml/5637834 to your computer and use it in GitHub Desktop.
Save saml/5637834 to your computer and use it in GitHub Desktop.
if @nickpass
if @email
privmsg 'NickServ', "IDENTIFY #@email #@nickpass"
else
privmsg 'NickServ', "IDENTIFY #@nickpass"
end
end
@email = (@config['email'] or nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment