How i can disable /helpOP

These are old archives. They are kept for historic purposes only.
Post Reply
A-N
Posts: 2
Joined: Wed Sep 22, 2004 11:07 pm

How i can disable /helpOP

Post by A-N »

Hi

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

Thx for u answer !
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

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