diff options
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -6,8 +6,8 @@ Provided by Anope Dev. <dev@anope.org> - 2004 11/19 F Wrong string and missing registered nick check in bot change. [#221] Provided by Trystan <trystan@nomadirc.net> - 2004 -11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages [ #00] -09/27 F MS CHECK now checks if the nick is forbidden. [#225] +11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00] +11/20 F MS CHECK now checks if the nick is forbidden. [#225] 11/20 F Removing Sqline on bot nicks change if the nick was registered. [#224] 11/19 F normalizeBuffer() now strips control character 1. [ #00] 11/19 F CTCP Ping replies when UsePrivmsg is enabled. [ #00] diff --git a/version.log b/version.log index e19e6b40f..cbdfbbe60 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="6" -VERSION_BUILD="454" +VERSION_BUILD="455" # $Log$ # +# BUILD : 1.7.6 (455) +# BUGS : N/A +# NOTES : Clean up changelog +# # BUILD : 1.7.6 (454) # BUGS : 225 # NOTES : MS CHECK now checks if the nick is forbidden. |