Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- exceptlist {
- ;add users that you want to keep on the except list
- return Kerrbear!*@*,Jigsaw!*@*,Kanashii!*@*,Huleo!*@*
- }
- raw 348:*: {
- if (!$istok($exceptlist,$3,44)) {
- mode $2 -e $3
- }
- }
- invitelist {
- ;add users that you want to keep on the invite list
- return Kerrbear!*@*,Jigsaw!*@*,Kanashii!*@*,Huleo!*@*
- }
- raw 346:*: {
- echo -a $3
- if (!$istok($invitelist,$3,44)) {
- mode $2 -e $3
- }
- }
- on *:join:#stars: {
- if ($nick == $me) {
- mode $chan +e
- mode $chan +I
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement