diff options
Diffstat (limited to 'src/memoserv.c')
-rw-r--r-- | src/memoserv.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/memoserv.c b/src/memoserv.c index 25796d9d1..adb2c3325 100644 --- a/src/memoserv.c +++ b/src/memoserv.c @@ -39,11 +39,7 @@ void moduleAddMemoServCmds(void) { */ void ms_init(void) { - Command *cmd; moduleAddMemoServCmds(); - cmd = findCommand(MEMOSERV, "SET LIMIT"); - if (cmd) - cmd->help_param1 = (char *) (long) MSMaxMemos; } /*************************************************************************/ |