Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ON !*:JOIN:#zu: {
- if (%get_chan) && (%get_nick) { .timer[GREET_ $+ $chan $+ _ $+ $nick $+ ] 1 3 get_access_list $chan $nick | return }
- get_access_list $chan $nick
- }
- alias get_access_list {
- if (!$1) { return }
- set -e %get_chan $1
- set -e %get_nick $2
- .enable #get_access
- .msg ChanServ access $1 list
- }
- #get_access off
- ON ^*:NOTICE:*:?: {
- if ($nick == ChanServ) && (%get_chan) && (%get_nick) {
- haltdef
- if ($1 isnum) && ($2 isnum) {
- if ($3 == %get_nick) {
- if ($2 <= 3) && ($me ison %get_chan) && (%get_nick ison %get_chan) { .msg %get_chan [ $+ %get_nick $+ ]: Hello, join Zerg Unit @ www.clan-zu.com }
- }
- }
- if (*End of* iswm $1-) { unset %get_chan %get_nick | .disable #get_access }
- }
- }
- #get_access end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement