diff --git a/Changes b/Changes index 044c57008..9db0efa09 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ Provided by Anope Dev. - 2005 02/13 A Internal Event support, see EVENTS in the doc folder for help [ #00] 02/05 A Support for Unreal 3.2 +I channel mode. [ #00] 02/03 A Merged anope-win32 branch into the main, now Win32 ready. [ #00] +03/05 F Added UPDATE to ns help menu [ #00] 03/05 F Updated Unreal 3.2 token support. [#310] 03/03 F Numeric in the config is now a string not an int [ #00] 03/02 F Fixed LogUser message, normalizes the "realname" on nick change. [#306] diff --git a/Changes.lang b/Changes.lang index c6525e8fc..3518ff057 100644 --- a/Changes.lang +++ b/Changes.lang @@ -6,6 +6,7 @@ Anope Version S V N *** Mod Strings: OPER_HELP_SET + NICK_HELP *** Del Strings: CHAN_HELP_ULTIMATE diff --git a/lang/en_us.l b/lang/en_us.l index 2673edaf3..75d29ec8a 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -3179,7 +3179,7 @@ NICK_HELP SENDPASS Forgot your password? Try this Other commands: GHOST, ALIST, GLIST, INFO, LIST, LOGOUT, - STATUS + STATUS, UPDATE NOTICE: This service is intended to provide a way for IRC users to ensure their identity is not compromised. diff --git a/version.log b/version.log index 398983dd3..0c95f9da5 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="599" +VERSION_BUILD="600" # $Log$ # +# BUILD : 1.7.8 (600) +# BUGS : N/A +# NOTES : Added UPDATE to the ns help menu +# # BUILD : 1.7.8 (599) # BUGS : N/A # NOTES : Cleaned up debug message for Win32 users