Advertisement
Aha2Y

Untitled

Feb 1st, 2012
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.23 KB | None | 0 0
  1. on *:text:!sync:#:{
  2.   if ($readini(channels.ini, $acclist, $nick) == owner) {
  3.     var %a = 1
  4.     while ($ini(channels.ini,$acclist,%a)) {
  5.       echo -a $readini(channels.ini,$acclist,$nick($chan,%a))
  6.       inc %a
  7.     }
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement