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 %a = 1
- while ($ini(channels.ini,$acclist,%a)) {
- echo -a $readini(channels.ini,$acclist,$nick($chan,%a))
- inc %a
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement