Advertisement
Seb

nick grabber v3

Seb
Nov 24th, 2010 (edited)
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.69 KB | None | 0 0
  1. ;nickname grabber made by Seb @ undernet, for klaus. YOU NEED TO EDIT the UNOTIFY event with the 2 NICK instances
  2. ;with your own nick. Then type /notify <nick> Undernet & /nick.grab [on|off]
  3. ;Again NICK is your own nick, without the <>'s
  4.  
  5. alias nick.grab {
  6.   if ($1 == on) {
  7.     .enable #nickgrab
  8.     echo $color(notice) -at Nick Grabber, Enabled
  9.   }
  10.   if ($1 == off) {
  11.     .disable #nickgrab
  12.     echo $color(notice) -at Nick Grabber, Disabled
  13.   }
  14. }
  15.  
  16. #nickgrab on
  17. on *:UNOTIFY:{ if ($nick == Darknet) { nick Darknet } }
  18. #nickgrab end
  19.  
  20. on *:load:{ .notify | echo $color(notice) -at You Loaded my nickname grabber, please read the help files (3 lines at top of this script) before using! }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement