1
Feature Requests / Re: User Database Tweak
« on: June 08, 2015, 05:44:44 AM »
I find this annoying in all menus.. channel commands or anything like that. Would also be nice if you could resize the deepbot window.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
on 10:TEXT:!chicken:#dreadfullydespized: {
if ((%floodfunny) || ($($+(%,floodfunny.,$nick),2))) { return }
set -u120 %floodfunny On
set -u240 %floodfunny. $+ $nick On
msg $chan BACOCK!!!!!
splay Chicken.mp3
}
If user == Peon {
splay chicken.mp3
msg $channel BAAACOCK!!!!
}else{
Do nothing. Since the user doesn't have the appropriate level.
}
splay rank13.mp3
or if going to rank 14 then it would splay rank14.mp3
. So the delay that would apply to it would be the same as how often the user can use the command. Though this could get very busy if you have a stream with 2000 viewers in it. I suppose that is what the delays are for.