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
- var %user $v1
- while ($ini(%file,%section,%a)) {
- if ($readini(%file,%section,%v1) == owner) { echo -a Owner }
- elseif ($readini(%file,%section,%v1) == sop) { echo -a Sop }
- inc %a }
- }
- }
- alias acclist { return $chan $+ /users }
- [#ChanBot/users]
- aha2y=owner
- Area_51=sop
- iota=owner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement