Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.28 KB | None | 0 0
  1. on *:join:#clan-df: if ([dF]* iswm $nick) { mode # +v $nick }
  2.  
  3. on *:NICK: {
  4.   var %nick = $newnick, %i = 1, %mode = $iif([df]* iswm %nick, +v, -v)
  5.   while ($comchan(%nick, %i) != $null) {
  6.     if ($v1 != #clan-df) {
  7.       mode %chan %mode %nick
  8.       break
  9.     }
  10.     inc %i
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement