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.

Putserv doesn't work correctly?

General support and discussion of Eggdrop bots.
Post Reply
b
boehmi
Voice
Posts: 14
Joined: Sat Apr 11, 2009 7:55 am
Location: Germany

Putserv doesn't work correctly?

Post by boehmi »

Hi there,

i just started to experiment with eggdrop...
i wrote a little script:

Code: Select all

bind pub - !testme testme

proc testme { nick uhost hand chan args } {
putlog "$nick $args"
putserv "PRIVMSG $chan : Hello world!"
}
It works, but if i write !testme 10 times in a short period of time, the bot puts everything correctly & fast to the log but only answers 2 or 3 times to the channel

Why?

Is there any possibility to solve this problem?

Thanks for your help
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Please check these settings within your config file:

Code: Select all

# Allow identical messages in the mode queue?
set double-mode 1

# Allow identical messages in the server queue?
set double-server 1

# Allow identical messages in the help queue?
set double-help 1
NML_375
b
boehmi
Voice
Posts: 14
Joined: Sat Apr 11, 2009 7:55 am
Location: Germany

Post by boehmi »

ah thats it... thanks

and is there any possibility to boost reation time?
my bot is hosted on a 100mbit/s server but it still needs up to 4..5 seconds till he answers :/
although the notice in the telnet party line is shown nearly immediatly
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

boehmi wrote:and is there any possibility to boost reation time?
http://forum.egghelp.org/viewtopic.php?t=15913
b
boehmi
Voice
Posts: 14
Joined: Sat Apr 11, 2009 7:55 am
Location: Germany

Post by boehmi »

Awesome!
Thanks a lot
Post Reply