Advertisement
Aha2Y

Untitled

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