mIRC Home    About    Download    Register    News    Help

Print Thread
#49243 13/09/03 10:00 PM
D
DeadlySin
DeadlySin
D
I need help i got my bot working but there is a problem when sum 1 does the commands or help command my bot give them commands but it dont finish them bcoz it gets kicked for sending them to fast is there a way to slow it down by sending them about 2-3 secs after each other or is there another way? confused

Thx

#49244 13/09/03 10:18 PM
2
2big
2big
2
Send them the help message through a query (/msg $nick) or through a notice (/notice $nick) instead. It also helps so the people already in the channel don't have to sit and listen to the message.

#49245 13/09/03 11:37 PM
O
Om3n
Om3n
O
section the help stuff up into a bothelp.ini file and then use the /play command in mirc to play the different sections of the bothelp.ini to the chan/user when required. /play allows you to set the time delay between lines.

Last edited by Om3n; 13/09/03 11:38 PM.
#49246 14/09/03 04:01 AM
D
djmadness
djmadness
D
ÿou could try the classic with the /timer funktion smile - i still use that :P


#49247 14/09/03 04:09 AM
Joined: Dec 2002
Posts: 397
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
put all of the commands in a txt file or something then /play the file to them ;p

#49248 14/09/03 07:20 AM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
Or send less information. My bot's helpsystem sends only 2 notices per request: one line with the syntax, and one line with the explanation. It should be sufficient.

#49249 14/09/03 08:15 AM
O
Om3n
Om3n
O
Yeah, thats what i said......


Link Copied to Clipboard