Advertisement
Seb

Nickname Juper (For bot)

Seb
Jul 7th, 2011
537
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. ;for questions: seblemery@gmail.com - seb@ircpros.net
  7.  
  8. #juped on
  9. on *:unotify:{ if ($nick == SEBASTIEN) { .nick SEBASTIEN } }
  10. #juped end
  11.  
  12. on juping:TEXT:.jupe:#:{
  13.   .disable #juped
  14.   msg # Releasing nick for 5 seconds, Grab it Quickly..
  15.   nick BOTNICK
  16.   .timer 1 3 enable #juped
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement