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.

(SOLVED) CrazyCat ChanRelay.tcl

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

(SOLVED) CrazyCat ChanRelay.tcl

Post by ComputerTech »

Hey CrazyCat for some reason the chanrelay.tcl new version stopped working

http://paste.tclhelp.net/?id=6ir8

there are some errors and the warnings stop the bot from starting

Code: Select all

Tcl error in file 'techy.conf':
bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, cron, dcc, die, disc, evnt, filt, link, load, log, nkch, note, time, tls, unld
    while executing
"bind msg - "say" ::crelay::prv:say_send"
    (in namespace eval "::crelay" script line 740)
    invoked from within
"namespace eval crelay {
        variable hlnick
        variable snet
        variable syn_topic
        # Setting of hlnick
        proc set:light { nick uhost handle arg } {
                # messa..."
    (file "techy.conf" line 434)
* CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
i really dont know why it just stopped all of a sudden
Last edited by ComputerTech on Wed May 20, 2020 11:01 am, edited 1 time in total.
ComputerTech
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

Looks like the channel module is not loaded, bind types related to this module are missing in the list :
act, away, bcst, bot, chat, chjn, chof, chon, chpt, cron, dcc, die, disc, evnt, filt, link, load, log, nkch, note, time, tls, unld

should be :
act, away, bcst, bot, chat, chjn, chof, chon, chpt, cron, ctcp, ctcr, dcc, die, disc, evnt, filt, flud, join, kick, link, load, log, mode, msg, msgm, need, nick, nkch, notc, note, out, part, pub, pubm, raw, rejn, sign, splt, time, tls, topc, unld, wall
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Post by ComputerTech »

sorry if i sound stupid but is it to do with the script or my bots?

i tried on 5 bots all same error

this script was working like 3 hours ago perfectly
ComputerTech
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Post by ComputerTech »

OK for some reason it's working now let me say what i did ;)

* I commented the chanrelay script on both bots eggdrop config fil

* then i launched the bot

* then i uncommented the chanrelay script line on the eggdrop config and restarted the bot

* and this time it loaded


i know right "Strange" i personaly think it has sometime to do with the bots chanfile
but thats how i got it going again
hope this helps someone in the future Cheers :D
ComputerTech
Post Reply