diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,7 @@ Anope Version 1.7.x (will be renamed when next release is produced) ------------------- Provided by Anope Dev. <dev@anope.org> +2004/05/14 Fixed a tiny type in HostServ help ( #51 ) 2004/05/12 Fixed missing RANDOMNEWS entry on /OS HELP ( #40 ) 2004/05/12 Fixed xOP management inconsistency ( #38 ) 2004/05/11 Fixed a bug with module unload / memo moduleData ( #43 ) diff --git a/lang/en_us.l b/lang/en_us.l index b9af306c6..5f8d3e5d7 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -6008,7 +6008,7 @@ HOST_HELP_LIST HOST_HELP_GROUP Syntax: GROUP - This command allows users to set the vhost of thier + This command allows users to set the vhost of their CURRENT nick to be the vhost for all nicks in the same group. diff --git a/version.log b/version.log index e2915f5b5..560ebf371 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="2" -VERSION_BUILD="96" +VERSION_BUILD="97" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.2 (97) +# BUGS : 51 +# NOTES : Fixed a typo in hostserv group help response +# # BUILD : 1.7.2 (96) # BUGS : 40 # NOTES : Added RANDOMNEWS to de.l /OS HELP |