]> jfr.im git - irc/evilnet/x3.git/commitdiff
dont enable limit now for some obvious reasons
authorsirvulcan <redacted>
Mon, 19 Jun 2006 00:38:06 +0000 (00:38 +0000)
committersirvulcan <redacted>
Mon, 19 Jun 2006 00:38:06 +0000 (00:38 +0000)
ChangeLog
src/mod-memoserv.c

index e48569942f0884bb92ade781bc9d2cd349c90065..26b35f9f25622b7dc8f34b0b0fa835bee2810f58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 /***********************************************************************
  X3 ChangeLog
 
+2006-06-19  Neil Spierling <sirvulcan@gmail.com>
+
+       * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
+
 2006-06-19  Neil Spierling <sirvulcan@gmail.com>
 
        * x3.conf.example: Max limit for Memoserv LIMIT option.
index a8b204c2eee6a37bce58d917041871e56d0e9945..bc6a6cb8e54da3ad70f1368aebd3697d6489bc3f 100644 (file)
@@ -711,7 +711,7 @@ memoserv_init(void)
     dict_insert(memoserv_opt_dict, "AUTHNOTIFY", opt_authnotify);
     dict_insert(memoserv_opt_dict, "NOTIFY", opt_notify);
     dict_insert(memoserv_opt_dict, "PRIVATE", opt_private);
-    dict_insert(memoserv_opt_dict, "LIMIT", opt_limit);
+/*    dict_insert(memoserv_opt_dict, "LIMIT", opt_limit); */
 
     message_register_table(msgtab);