From 5bced6fbefa29746001117b2b33b89d9fb7eb515 Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sun, 4 Apr 2004 10:30:33 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.anope.org/anope/trunk@29 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@20 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes.lang | 2 ++ lang/en_us.l | 2 +- 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