diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rwxr-xr-x | miniircd | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.1 (2015-05-22) + + * Allow dash in nicknames. + 1.0 (2015-02-09) * Added support for the LUSERS command (by Alex Wright). @@ -20,7 +20,7 @@ # # Joel Rosdahl <joel@rosdahl.net> -VERSION = "1.0" +VERSION = "1.1" import os import re |