PDA

View Full Version : When I do !rules it sends on dcc how can i change?


ChipMunk666
01-14-2004, 10:23 PM
When I do !rules it sends on dcc how can i change?
So it goes in query or pm whatever you wanne call it.hehe
Cause some ppl don't have DCC enabled.
thx in advanced

neoxed
01-15-2004, 12:23 AM
Which sitebot script?

ChipMunk666
01-16-2004, 05:22 AM
sorry about that iobanana i use

Mouton
01-16-2004, 02:30 PM
I doubt u want to pm a user 50 lines of text from a sitebot. Expecially since irc server throttle messages sent all at once. 2s delay between each msg sent after something like 5 messages in a couple of seconds...
so sending 50 lines would require 1s+45*2s = 91 seconds
... during which the bot can't do anything else!

U can try with !help to see what i mean.
Try doing !bw while the bot is pming you all the help lines...

bounty
01-16-2004, 05:10 PM
eheh and try the same in dZSbot 1.08 ;)

you can try !help or !rules and then !bw and you will see ....

!bw will not wait untill !help or !rules is finished

have fun
bounty

phoenixfr
01-16-2004, 06:29 PM
lol

Mouton
01-17-2004, 01:06 AM
I then suggest switching to dzsbot :)
It should be pretty cool if it can spam ppl and answer to !commands at the same time!
/sarcasm

indeed, puthelp instead of putquick fixes that. ur so cool B0unty. Harm: u should change tsend to use that.

but ChipMunk, to answer your question, no you can't. not unless u want to make a new tcl function urself etc.
wait for Harm to release a new ioBanana.tcl with that feature, if that ever happens.

bounty
01-17-2004, 04:40 AM
eheheh thx mouton ... sorry i was kiding ;)

yes in fact you have 3 possibilities to outputs infos on eggdrop

eggheads implemented : putquick, putserv & puthelp

all 3 does the same job but the priority in queue are differents for them:

- putquick = quick important output (1 line max) so you can use it for zipscript or other important announces

- putserv = normal outputs (1 or 2 lines max)

- puthelp = for some long shitty outputs like !help !rules or all other !cmds you should use this one or your bot will hang untill all shit are announced to continue other announces

well i think the probs with tsend is all announces use the same proc so if you change the priority inside tsend all announces will be affected :(

have fun
bounty

ChipMunk666
01-20-2004, 05:00 PM
it's not that i want to put 100 of file lines
but let's say 5 or 10.
and when it is used properly each user do it once and not all at the same time.
or he can do it in raw command too.
but let's say to announce some special bnc's
with more info about the site(s).
these commands aren't used often but could be very helpfull.