diff options
-rw-r--r-- | lang/es.l | 4 | ||||
-rw-r--r-- | version.log | 7 |
2 files changed, 8 insertions, 3 deletions
@@ -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 |