From ba0611d9940c891787143b46f33efbf81e58a608 Mon Sep 17 00:00:00 2001 From: "dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 16 Mar 2005 00:56:07 +0000 Subject: [PATCH] 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 --- lang/es.l | 4 ++-- version.log | 7 ++++++- 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