ruanmed

Uno's nick change

Feb 19th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.33 KB | None | 0 0
  1. on *:NICK: {
  2.   if ($network == %iuno.np)  {
  3.     if ($findtok(%iuno.u,$nick,1,46)) {
  4.       set %iuno.u $reptok(%iuno.u,$nick,$newnick,1,46)
  5.       if ($nick == %iuno.fp) {
  6.         set %iuno.fp $newnick
  7.       }
  8.       set %iuno.h. [ $+ [ $newnick ] ] %iuno.h. [ $+ [ $nick ] ]
  9.       unset %iuno.h. [ $+ [ $nick ] ]
  10.     }
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment