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.

Tcl error (botnetop)

Old posts that have not been replied to for several years.
Locked
s
seeno

Tcl error (botnetop)

Post by seeno »

Hello, this is my first post so I would like to say hello to all the members here :mrgreen:.

Ok, I get this tcl error on the partyline evreytime my bot requests an op from other bots on a channel
Tcl error [mode11x:i2h]: called "mode11x:i2h" with too many arguments
I'm running eggdrop v1.6.16+rc1, on a Linux box. I have netbots.tcl and most components loaded, including botnetop, here's my netset.tcl config for botnetop:

Code: Select all

# botnetop.tcl settings
set nb_component(botnetop) 1
set bop_delay 20
set bop_maxreq 3
set bop_modeop 1
set bop_linkop 1
set bop_icheck 0
set bop_hcheck 1
set bop_osync 1
set bop_addhost 0
set bop_log 2
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Please remove irc2html (i2h.tcl or similar) or search forum to get information how to fix that errors.
s
seeno

Post by seeno »

yeah, i have that tcl, do you know any other tcl that works like irc2html but dosen't cause problems?
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Locked