No Facebook? Get Kicked (Work In Progress)
Platform: mIRC
Published Mar 22, 2012
Updated Apr 18, 2012
This script was made to weed out people who don't have a facebook. Of course people could lie but, oh well.
When you join the channel, the bot asks you via Pm do you have a facebook. and you reply either yes or no. If you say yes, it will Broadcast in the channel that you said yes. If you say no, it will kick you lol. I got mad a people and made this real quick. I'm still trying to get it to not message ops, but i haven't had any luck. It also has a timer, if you don't answer within 60 seconds it will kick you too. I had a Lot of help with this one Thanks you guys! I'll add the user list thing soon.
On *:JOIN:#: {
if ($nick isreg $chan) {
msg $nick Hi, Welcome To $chan . Do you have a 0,2Facebook0,1? Please answer Yes or No in the next 60 seconds or you will be kicked.
fbtimer1 1 60 kick $chan $nick
}
}
On *:open:?:*: {
{ if ($1 = yes) msg $nick Thank You. Please Enjoy yourself. | fbtimer1 off | msg # $nick has a 0,2Facebook0,1 = Yes! }
{ if ($1 = no) msg $nick I'm sorry, you have to have a 0,2Facebook0,1 in order to join this channel. | fbtimer1 off | kick $chan $nick 0,2Facebook0,1 = No :( }
}