Advertisement
westor

Get nickname back 433 RAW for Mr_Me

Dec 17th, 2014
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.17 KB | None | 0 0
  1. RAW *:*: {
  2.   if ($numeric == 433) {
  3.     .timer[RECOVER] 1 5 .msg NickServ recover %nick %pass
  4.     .timer[REGAIN] 1 6 .msg NickServ regain %nick %pass
  5.     return
  6.   }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement