summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-16 00:56:07 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-16 00:56:07 +0000
commitba0611d9940c891787143b46f33efbf81e58a608 (patch)
tree331675a11d213adc0577c739f958f6231c96a57c
parentf7aa1f69bef342e95d176b1959d41c13267e3223 (diff)
BUILD : 1.7.8 (628) BUGS : none NOTES : Moved ALIST from CHAN_HELP to NICK_HELP on es.l (Reported by alladus)
git-svn-id: svn://svn.anope.org/anope/trunk@628 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@476 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--lang/es.l4
-rw-r--r--version.log7
2 files changed, 8 insertions, 3 deletions
diff --git a/lang/es.l b/lang/es.l
index 359d004f8..05271a65c 100644
--- a/lang/es.l
+++ b/lang/es.l
@@ -3253,7 +3253,7 @@ NICK_HELP
RELEASE Retoma custodia de tu nick luego de RECOVER
SENDPASS Olvidaste tu clave? Intenta esto
- Otros comandos: GHOST, GLIST, INFO, LIST, LOGOUT, STATUS
+ Otros comandos: ALIST, GHOST, GLIST, INFO, LIST, LOGOUT, STATUS
NOTESE: Este servicio intenta proveer una forma para
usuarios de IRC de asegurarse que su identidad no esta
@@ -3835,7 +3835,7 @@ CHAN_HELP
DROP Cancela la registracion de un canal
SENDPASS Ayuda a recuperar claves perdidas
- Otros comandos: ALIST, BAN, CLEAR, DEOP, DEVOICE, GETKEY,
+ Otros comandos: BAN, CLEAR, DEOP, DEVOICE, GETKEY,
INFO, INVITE, KICK, LIST, LOGOUT, OP,
UNBAN, VOICE, VOP
diff --git a/version.log b/version.log
index 3f63db24c..4afee09e9 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
-VERSION_BUILD="627"
+VERSION_BUILD="628"
# $Log$
#
+# BUILD : 1.7.8 (628)
+# BUGS : none
+# NOTES : Moved ALIST from CHAN_HELP to NICK_HELP on es.l (Reported
+# by alladus)
+#
# BUILD : 1.7.8 (627)
# BUGS : 318
# NOTES : ChanServ will now include the channel name in SET responses. By Drstein