diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,8 @@ Anope Version 1.7.x (will be renamed when next release is produced) ------------------- Provided by Anope Dev. <dev@anope.org> +2004/05/04 Fixed Badwords kicker to ignore control characters and color codes. +2004/05/04 anoperc bugfixes including checking if anope binary exists. 2004/05/03 always set the right module name when executing mod_tail commands 2004/05/02 Added NickCore,NickAlias,Memos,ChannelInfo to the moduleAddData stuff, its going well! 2004/04/29 Added new MemoServ command CHECK to check whether a memo has been read or not. diff --git a/version.log b/version.log index c9c62024b..b65099d75 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="2" -VERSION_BUILD="83" +VERSION_BUILD="84" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.2 (84) +# BUGS : +# NOTES : Updating Changes :) +# # BUILD : 1.7.2 (83) # BUGS : 22 # NOTES : Badwords now cannot be evaded by using control chars or color codes. |