diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2015-05-22 21:45:37 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2015-05-22 21:47:17 +0200 |
commit | ed76e15e99d825caac9f80cb3128cb39cbb7e1e8 (patch) | |
tree | ca370f8a9e7bc1f57e417f4c3f375e617c2baed7 | |
parent | 1646ef03e68ac38e18300379bf774e78299264a7 (diff) | |
download | miniircd-ed76e15e99d825caac9f80cb3128cb39cbb7e1e8.tar.gz miniircd-ed76e15e99d825caac9f80cb3128cb39cbb7e1e8.zip |
Prepare for v1.1
-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 |