diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | Changes.lang | 1 | ||||
-rw-r--r-- | lang/en_us.l | 1 | ||||
-rw-r--r-- | version.log | 6 |
4 files changed, 8 insertions, 1 deletions
@@ -3,6 +3,7 @@ Anope Version S V N Provided by Anope Dev. <dev@anope.org> - 2004 07/05 A Warning when LocalAddress conflicts with RemoteServer. [#118] 06/18 A Added proper Bahamut1.8 support. [ #55] +07/14 F Added CHECK to the memoserv help menu. [ #00] 07/12 F Bots will join a channel even for ignored users [ #00] 07/05 F Global now joins LogChan on startup with hybrid. [ #97] 07/04 F Fixed a bug with m_time. [ #00] diff --git a/Changes.lang b/Changes.lang index 46307a679..1ee47b1d4 100644 --- a/Changes.lang +++ b/Changes.lang @@ -2,6 +2,7 @@ Anope Version S V N ------------------- *** New Strings: *** Mod Strings: + MEMO_HELP *** Del Strings: Anope Version 1.7.4 diff --git a/lang/en_us.l b/lang/en_us.l index 330750d81..47073e9fc 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -4675,6 +4675,7 @@ MEMO_HELP SET Set options related to memos INFO Displays information about your memos RSEND Sends a memo and requests a read receipt + CHECK Checks if last memo to a nick was read MEMO_HELP_ADMIN SENDALL Send a memo to all registered users diff --git a/version.log b/version.log index f3fda7235..2742d996c 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="4" -VERSION_BUILD="257" +VERSION_BUILD="258" # $Log$ # +# BUILD : 1.7.4 (258) +# BUGS : +# NOTES : Added CHECK to the /msg memoserv help menu +# # BUILD : 1.7.4 (257) # BUGS : N/A # NOTES : Bots will join a channel even if the first user to join is being ignored |