diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-20 22:16:51 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-20 22:16:51 +0000 |
commit | 3781575b24564bac1cbc26dfe18b8cd7a0266445 (patch) | |
tree | 81a8da44e818c51b09b249ee84b23f2a6452d8f6 | |
parent | 66e649fea6692b75be8d15b12d02c4abce8a7484 (diff) |
BUILD : 1.7.7 (552) BUGS : none NOTES : Fixed misplaced MEMO_NO_RSEND_SELF in es.l
git-svn-id: svn://svn.anope.org/anope/trunk@552 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@405 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | lang/es.l | 4 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1802,8 +1802,6 @@ MEMO_RSEND_CHAN_MEMO_TEXT [auto-memo] El memo que enviaste a %s ha sido leido. MEMO_RSEND_USER_NOTIFICATION Una notificacion ha sido enviada a %s informando que has leido su memo. -MEMO_NO_RSEND_SELF - No puedes pedir una notificacion cuando te envias el memo a ti mismo. # Standard responses MEMO_CHECK_SYNTAX @@ -1814,6 +1812,8 @@ MEMO_CHECK_READ El ultimo memo que enviaste a %s (enviado el %s) ha sido leido. MEMO_CHECK_NO_MEMO El nick %s no ha recibido ningun memo tuyo. +MEMO_NO_RSEND_SELF + No puedes pedir una notificacion cuando te envias el memo a ti mismo. ########################################################################### # diff --git a/version.log b/version.log index 6b5ea72cf..fdc941796 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="7" -VERSION_BUILD="551" +VERSION_BUILD="552" # $Log$ # +# BUILD : 1.7.7 (552) +# BUGS : none +# NOTES : Fixed misplaced MEMO_NO_RSEND_SELF in es.l +# # BUILD : 1.7.7 (551) # BUGS : 25 # NOTES : OperServ HELP cleaned up to show only commands that work on the given ircd |