Advertisement
Aha2Y

Untitled

Feb 1st, 2012
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.44 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.     var %user $v1
  5.     while ($ini(%file,%section,%a)) {
  6.       if ($readini(%file,%section,%v1) == owner) { echo -a Owner }
  7.       elseif ($readini(%file,%section,%v1) == sop) { echo -a Sop }
  8.     inc %a }
  9.   }
  10. }
  11. alias acclist { return $chan $+ /users }
  12.  
  13.  
  14. [#ChanBot/users]
  15. aha2y=owner
  16. Area_51=sop
  17. iota=owner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement