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.

Problem with unbinding /msg IDENT command

General support and discussion of Eggdrop bots.
Post Reply
E
Emeric
Voice
Posts: 2
Joined: Wed Dec 27, 2006 2:03 pm

Problem with unbinding /msg IDENT command

Post by Emeric »

(10:01:17)[emeric@paradigm] ~/shadowbot ./shadowbot

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[10:01] --- Loading eggdrop v1.6.18 (Wed Dec 27 2006)
[10:01] Listening at telnet port 6485 (users).
[10:01] Listening at telnet port 6586 (bots).
[10:01] Module loaded: channels
[10:01] Tcl error in file 'eggdrop.conf':
[10:01] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, nkch, note, time, unld
while executing
"unbind msg - ident *msg:ident"
(file "eggdrop.conf" line 191)
[10:01] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
(10:01:21)[emeric@paradigm] ~/shadowbot

It works perfectly fine as soon as I comment out that line, but I would like to be able to unbind this command. Is there something I'm missing here?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

#### IRC MODULE ####

# This module provides basic IRC support for your bot. You have to
# load this if you want your bot to come on IRC. The server and channels
# modules must be loaded for this module to function.
loadmodule irc
E
Emeric
Voice
Posts: 2
Joined: Wed Dec 27, 2006 2:03 pm

Post by Emeric »

Had that module loaded already, but I managed to fix the problem anyways. It seems to work perfectly well when I move those unbind statements for msg's into a TCL script.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

This line is supposed to be after the 'loadmodule irc' line. Edit a clean original copy of eggdrop.conf.
Post Reply