This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

bot kicked/banned for flooding

Old posts that have not been replied to for several years.
Locked
m
mkluin
Voice
Posts: 27
Joined: Tue Nov 05, 2002 4:11 am

bot kicked/banned for flooding

Post by mkluin »

Hi,

I use a public command script so people can check info about a online game they play.

if a couple of people use it at the same time, the bot will be banned for flooding the channel.

is there a script, or does anyone know how to make a script to make sure that the bot won't be banned for answering more users at the same time?
Regards,

Mkluin
User avatar
BarkerJr
Op
Posts: 104
Joined: Sun Mar 30, 2003 1:25 am
Contact:

Post by BarkerJr »

Nope. You could write one, though :)
m
mkluin
Voice
Posts: 27
Joined: Tue Nov 05, 2002 4:11 am

Post by mkluin »

if i could write one, would i ask it in here?

i am a noob to tcl
Regards,

Mkluin
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Banned by whom?
Once the game is over, the king and the pawn go back in the same box.
m
mkluin
Voice
Posts: 27
Joined: Tue Nov 05, 2002 4:11 am

Post by mkluin »

banned by a bot that's put there to control the room.

It is put there by the owner of the server
Regards,

Mkluin
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Then add the "game" bot as a friend to it and won't get banned for flooding (at least it should).
Once the game is over, the king and the pawn go back in the same box.
m
mkluin
Voice
Posts: 27
Joined: Tue Nov 05, 2002 4:11 am

Post by mkluin »

how can i put my bot as a friend to the controlling bot?

the owner refused to set his bot so it won't ban mine.
Regards,

Mkluin
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Then make it send less lines or convince that guy to add it just as friend. If you add his bot to yours it will still get banned, anyway, see .help adduser, .help whois and .help chattr. :)
Once the game is over, the king and the pawn go back in the same box.
d
dun_dacil
Voice
Posts: 16
Joined: Wed Sep 04, 2002 3:36 pm
Location: Pisa, Italy

Post by dun_dacil »

> I use a public command script so people can check info about a online game they play.

> if a couple of people use it at the same time, the bot will be banned for flooding the channel.

Is this info relevant for all people on the channel or only for the person hitting the trigger?

In the latter case, sends the reply to the person only. In the former case, add a check: the first time the trigger is hit, send the reply to the channel; the second time it is hit, if, say, within 2 minutes, send the reply privately to the person who triggered it.

dun_dacil
Locked