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.

Limbo bot issues

Old posts that have not been replied to for several years.
Locked
j
jedis

Post by jedis »

Hello,

I've compiled my 1.6.8 eggdrop hub with blowfish, channels, compress, console, dns, notes, share, and transfer modules. However, when I start it, it complains of binds to msg and ctcp and will not start.

Is there anyway around this, besides an overhaul of my script just for the hub? dw had suggested I try

Code: Select all

sed s/bind msg/#bind msg/g tclfile > newtclfile ??
However, the distro update that kicks in nightly would erase the changes. Is there another way to go about this? Perhaps I missed something in the docs...
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

rename bind to something else (eg bind1), and write a proc bind to call bind1 inside a catch. thus if the bind fails it won't cause a fatal error.
Locked