Advertisement
dreamer2908

mIRC auto identify, auto rejoin

Apr 15th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. On *:Notice:*:*:{
  2. if (($nick == NickServ) && (This isin $1-) && (nickname isin $1-) && (is isin $1-) && (registered isin $1-)) {
  3. /ns identify your_password
  4. }
  5. if (($nick == NickServ) && (Password isin $1-) && (accepted isin $1-)) {
  6. /timer 1 2 /join #chihiro-staff
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement