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.

Megahal invalid mode

Discussion of Eggdrop's code and module programming in C.
Post Reply
f
filem0n
Voice
Posts: 1
Joined: Thu Aug 24, 2006 6:17 am

Megahal invalid mode

Post by filem0n »

Hi, i have compiled eggdrop with tcl 8.4 and gcc 3.4, purring megahal.mod on src/mod ad typing ./configure && make config && make && make install, the bot connect and load megahal module:
( filem0n ) .module
( UMeg ) [12:22] #filem0n# module
( UMeg ) Loaded module information:
( UMeg ) Module: megahal, v 2.1
( UMeg ) megahal.so - Port of MegaHAL for Eggdrop bots by _-TNT-_ modified by BarkerJr
but it dont speak on the channel or dcc chat, i have try the
.chanset #mandriva +megahal +learnall +freespeak
solution seen on other post but tis is the ot response:
( UMeg ) Error trying to set +megahal for #mandriva, invalid mode.
( UMeg ) Error trying to set +learnall for #mandriva, invalid mode.
( UMeg ) Error trying to set +freespeak for #mandriva, invalid mode.

Any idea?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you need to load this thing not directly but by using its script (which defines those chanflags)
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply