Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ($2 == list) {
- if ($ini(channels.ini, $acclist) == $null) {
- notice $nick Access list is empty }
- else {
- notice $nick Num - Nick - Level
- var %file channels.ini, %section $acclist ,%a 1
- while ($ini(%file,%section,%a)) {
- notice $nick %a - $v1 - $readini(%file,%section,$v1)
- inc %a }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement