diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2017-05-06 10:25:49 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2017-05-06 10:26:36 +0200 |
commit | 78b9b19137a2f9b6bea1a8abb6f569f94b214bc7 (patch) | |
tree | fd68662710c1fab6f139a966d0e1f2bc259f0df1 /CHANGES | |
parent | f2424a1074bc2ec30177fcc429f548d1a785f27d (diff) | |
download | miniircd-78b9b19137a2f9b6bea1a8abb6f569f94b214bc7.tar.gz miniircd-78b9b19137a2f9b6bea1a8abb6f569f94b214bc7.zip |
Fix wallops command when given no arguments
As noted by Hanno Foest.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ Unreleased * Split name listing message into multiple 353 messages when needed. * Made miniircd start correctly on Windows. * Use the same 004 reply syntax as other ircds do. + * Fixed wallops command when given no arguments. 1.1 (2015-05-22) |