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
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.