summaryrefslogtreecommitdiff
path: root/src/botserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/botserv.c')
-rw-r--r--src/botserv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/botserv.c b/src/botserv.c
index 835168801..59bf58280 100644
--- a/src/botserv.c
+++ b/src/botserv.c
@@ -71,12 +71,8 @@ void get_botserv_stats(long *nrec, long *memuse)
void bs_init(void)
{
- Command *cmd;
if (s_BotServ) {
moduleAddBotServCmds();
- cmd = findCommand(BOTSERV, "SET SYMBIOSIS");
- if (cmd)
- cmd->help_param1 = s_ChanServ;
}
}