Advertisement
Seb

Nickname Juper (For bot)

Seb
Jul 7th, 2011
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.55 KB | None | 0 0
  1. ;Don't forget to edit every instance with SEBASTIEN and BOTNICK
  2. ;with the desired juped nickname.
  3. ;When loaded you need to add the juping nickname to notify list
  4. ;---->  /NOTIFY -n NICKNAME Undernet
  5. ;you need to /AUSER juping *!*@hostname.to.control.the.juper
  6.  
  7. #juped on
  8. on *:unotify:{ if ($nick == SEBASTIEN) { .nick SEBASTIEN } }
  9. #juped end
  10.  
  11. on juping:TEXT:.jupe:#:{
  12.   .disable #juped
  13.   msg # Releasing nick for 5 seconds, Grab it Quickly..
  14.   nick BOTNICK
  15.   .timer 1 3 enable #juped
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement