diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rwxr-xr-x | miniircd | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -UNRELEASED +0.4 2012-07-01 * Added support for channel keys. - * 422 message is now sent after registration when no MOTD is available. + * 422 message is now sent after registration when no MOTD is available. This + is apparently needed by some clients. * Added support for WALLOPS command. * Added option to store persistent state (currently channel topic and key). * Fixed crash when the write queue for a disconnected client is non-empty. @@ -20,7 +20,7 @@ # # Joel Rosdahl <joel@rosdahl.net> -VERSION = "0.3" +VERSION = "0.4" import os import re |