fragradio2
Posted by chriscloyd
Sunday, October 29, 2006
Description:
/idlers {
if ($nick(%channel,0) <= 22) {
notice %whoasked You currently have $nick(%channel,0) idlers.
notice %whoasked We require you have 20 idlers.
notice %whoasked Not including the Chanserv and I
part %channel
}
else {
timer 2 5 /checkaccess
}
}
/checkaccess {
if (%whoasked isop %channel) {
notice %whoasked Congrats you have passed the requirements
notice %whoasked Please add the bot by typing !addco FragRadio
notice %whoasked Have a wonderful day!
}
else {
notice %whoasked You do not have ops in the channel %channel
notice %whoasked Please have someone with ops apply for the bot
part %channel
unset %channel
unset %whoasked
}
}
/idlers {
if ($nick(%channel,0) <= 22) {
notice %whoasked You currently have $nick(%channel,0) idlers.
notice %whoasked We require you have 20 idlers.
notice %whoasked Not including the Chanserv and I
part %channel
}
else {
timer 2 5 /checkaccess
}
}
/checkaccess {
if (%whoasked isop %channel) {
notice %whoasked Congrats you have passed the requirements
notice %whoasked Please add the bot by typing !addco FragRadio
notice %whoasked Have a wonderful day!
}
else {
notice %whoasked You do not have ops in the channel %channel
notice %whoasked Please have someone with ops apply for the bot
part %channel
unset %channel
unset %whoasked
}
}