Guest User

Untitled

a guest
Jan 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ircmd.on_receive = function(from, command, parameters, message) {
  2.     if(command == "001")
  3.         ircmd.send(":" + bot.nickname + " PRIVMSG NickServ :IDENTIFY " + script.password);
  4. }
Add Comment
Please, Sign In to add comment