diff options
-rw-r--r-- | Changes.lang | 2 | ||||
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/Changes.lang b/Changes.lang index eaaa21c24..3f8317c7c 100644 --- a/Changes.lang +++ b/Changes.lang @@ -11,4 +11,6 @@ Anope Version 1.7.0 MEMO_MAIL_TEXT3 *** Mod Strings: + MEMO_SET_NOTIFY_SYNTAX + *** Del Strings: diff --git a/lang/en_us.l b/lang/en_us.l index 932f7bfc5..a0803751e 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -1583,7 +1583,7 @@ MEMO_SET_UNKNOWN_OPTION # SET NOTIFY responses MEMO_SET_NOTIFY_SYNTAX - SET NOTIFY {ON | LOGON | NEW | OFF} + SET NOTIFY {ON | LOGON | NEW | MAIL | OFF } MEMO_SET_NOTIFY_ON %s will now notify you of memos when you log on and when they are sent to you. MEMO_SET_NOTIFY_LOGON diff --git a/version.log b/version.log index b15003058..7e182752f 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="0" -VERSION_BUILD="28" +VERSION_BUILD="29" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.0 (29) +# BUGS : http://bugs.anope.org/show_bug.cgi?id=9 +# NOTES : Updated en_us.l file to show MAIL as a valid option on notify syntax response +# # BUILD : 1.7.0 (28) # BUGS : http://bugs.anope.org/show_bug.cgi?id=7 # NOTES : Dont display "Commands available to services admins only:" for /hs help, as there are no services admin only commands |