Guest User

Untitled

a guest
Sep 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.22 KB | None | 0 0
  1. on *:NOTICE:*:?: {
  2.   echo @logger 05 $+ NOTICE from $chan $+ : $nick $+ : $1-
  3. }
  4.  
  5. on $*:NOTICE:/registered.+(protected|different|auth.+account)/i:?: {
  6.   if ($nick == NickServ) {
  7.     ns identify YOUR_PASSWORD
  8.   }
  9. }
Add Comment
Please, Sign In to add comment