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.

repeatkick tcl

Old posts that have not been replied to for several years.
Locked
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

repeatkick tcl

Post by dotslasher »

hi i was wondering if anyone could fix this tcl:
http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=293

its giving me this:
Unable to load scripts/repeatkick.tcl (error: bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, ctcp, ctcr, dcc, disc, evnt, filt, flud, join, kick, link, load, mode, msg, msgm, need, nick, nkch, notc, note, part, pub, pubm, raw, rejn, sign, splt, time, topc, unld, wall)

and l11]: [18:47] Tcl error [repeat_pubm]: invalid command name "repeat_pubm"

i used to had it working on an older eggdrop a few years ago. and i was happy with it. but it seems its a bit outdated and the author aint around anymore i think.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

That error usually indicates that you have not loaded a module...
Check all the bindings that the script tries to create, and compare those binding types against tcl-commands.doc in the doc directory, which states what modules must be loaded for that type of binding.
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

hmmm ok but there isnt anything in the help file that says i should load any particulary module but i'll try anywayz.
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

aight its working now i think it was cus i didnt have the share module enabled :) tnx for pointing it out for me :)
Locked