Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:!sync:#:{
- if ($readini(channels.ini, $acclist, $nick) == owner) {
- var %file channels.ini, %section $acclist ,%a 1
- while ($ini(%file,%section,%a)) {
- if ($readini(%file,%section,$v1) == owner) { echo -a Owner }
- if ($readini(%file,%section,$v1) == sop) { echo -a Sop }
- inc %a }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement