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.

No help on irc

Old posts that have not been replied to for several years.
Locked
x
xs

No help on irc

Post by xs »

Heyhey,

this is prolly a simple question, but i cant find it in the help so sorry.
ive disabled the new user learn mode.
but when im idented, and i /msg bot help i get this back:
No help available on that.

its a clean install, config not too badly modified.
thnx
GreetZ
d
darko``
Op
Posts: 121
Joined: Sun Sep 08, 2002 5:33 pm
Location: Malta

Post by darko`` »

It is very likely that one of the scripts you are running actually unbound *msg:help (or whatever the name). I've seen it happen with scripts like shortnick.tcl and such. See if you can find something with:

grep -i "unbind msg" *

or even better:

grep -i "*msg:help" *

Run both in your /scripts dir
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This sounds more like a incorecctly installed bot.

Note the reply of no help available on that.

This is returned by the help function, when no information regarding this has been loaded.

My advice would be to start the bot using "./eggdrop -n config.file.name" and read the output given.

There is likely to be a line stating it can't load the help files.
Locked