Server Help

Bot Questions - make the bot shut up

Anonymous - Thu Nov 20, 2003 2:39 pm
Post subject: make the bot shut up
Hi everyone,

I'd like to know how I make MERVBot 38 say nothing at all except for it's operators. I unloaded all the plug ins but it still responds with !listops and !help. I don't want to use *shutup or whatsoever.

Thanks.

-Nycle
Anonymous - Thu Nov 20, 2003 2:40 pm
Post subject: oops
except for AGAINST it's operators
icon_smile.gif
Dustpuppy - Thu Nov 20, 2003 3:06 pm
Post subject:
I don't think this is possible, except by removing all the player+ level commands. If you look at commands.txt, you can use:
listop:DISABLED
to disable the command !listop. If you do this for all the commands shown to a player (in !help as a player) then it will never reply to a player. However, operators won't be able to use the command either.
Anonymous - Sat Nov 22, 2003 2:02 pm
Post subject:
modify the core..

command.h
uncomment //#define DISABLE_COMMANDS

in command.cpp
add to beginning of functions gotHelp and gotRemoteHelp

Code: Show/Hide

#ifdef DISABLE_COMMANDS
return;

Smong - Sat Nov 22, 2003 2:20 pm
Post subject:
Code: Show/Hide
#endif

D1st0rt - Sat Nov 22, 2003 10:28 pm
Post subject:
well, you could use !limit. !limit 5 means it only responds to you or any other owner !limit 2 is staff only
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group