1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 21:23:13 +02:00

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
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-16 00:56:07 +00:00
parent f7aa1f69be
commit ba0611d994
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -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
+6 -1
View File
@@ -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