Advertisement
Aha2Y

Untitled

Feb 1st, 2012
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.34 KB | None | 0 0
  1. if ($2 == list) {
  2.     if ($ini(channels.ini, $acclist) == $null) {
  3.     notice $nick Access list is empty }
  4.     else {
  5.       notice $nick Num - Nick - Level
  6.       var %file channels.ini, %section $acclist ,%a 1
  7.       while ($ini(%file,%section,%a)) {
  8.         notice $nick %a - $v1 - $readini(%file,%section,$v1)
  9.       inc %a }
  10.     }
  11.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement