Page 1 of 1

How i can disable /helpOP

Posted: Wed Sep 22, 2004 11:10 pm
by A-N
Hi

anyone a idea how i can disable the /helpOP command ?

Thx for u answer !

Posted: Wed Sep 22, 2004 11:41 pm
by w00t
Easiest way I can think of would be to find the line

Code: Select all

include "help.conf";
and remove it, or just comment it out.

Posted: Thu Sep 23, 2004 4:40 am
by AngryWolf
Other way: codemastr once showed an example how the SAJOIN command could be disabled. You can do the same for HELPOP, but in this case the module you don't load is m_help (that's the module that provides both /help & /helpop, they are the same commands). Should work on Windows, but then write .dll instead of .so, obviously.