Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
index 28f642e1b1b4d2636a4980f5dfdac8a43e2aea6f..32423876f512793b9e4a86a15d47fb96a3d6f08e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-31  Kevin L Mitchell  <klmitch@mit.edu>
+
+       * ircd/channel.c: use "%u" to format limit arguments; use
+       strtoul() to process limit arguments in a /mode command--note:
+       most clients seem to truncate the integer, probably because
+       they're using atoi, and perhaps signed ints
+
 2001-08-17  Kevin L Mitchell  <klmitch@mit.edu>
 
        * ircd/numnicks.c: include stdlib.h for exit()