1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 02:46:37 +02:00

BUILD : 1.7.10 (833) BUGS : NOTES : Fixed some fuckups in the previous commit

git-svn-id: svn://svn.anope.org/anope/trunk@833 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@586 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-06-25 21:10:12 +00:00
parent c638cd622d
commit b9760a6353
5 changed files with 16 additions and 13 deletions
+5 -5
View File
@@ -2966,7 +2966,7 @@ OPER_HELP_STAFF
Sintassi: STAFF
Mostra tutti i nick dello staff dei services coi rispettivi
livelli e stato on-line.
livelli e stato on-line.
OPER_HELP_DEFCON
Sintassi: DEFCON [1|2|3|4|5]
@@ -3717,7 +3717,7 @@ NICK_SERVADMIN_HELP_LIST
Se sono specificate le opzioni FORBIDDEN, NOEXPIRE o UNCONFIRMED,
unicamente i nick che sono rispettivamente vietati (FORBIDden),
non confermati (UNCONFIRMED) oppure hanno la flag NOEXPIRE impostata
non confermati (UNCONFIRMED) oppure hanno la flag NOEXPIRE impostata
verranno mostrati. Se tutte e tre le opzioni sono specificate, tutti
e tre i tipi di nick verranno mostrati. Queste opzioni sono
limitate ai Services admin.
@@ -4866,7 +4866,7 @@ CHAN_SERVADMIN_HELP_FORBID
il canale indicato. Può essere annullato con
una deregistrazione (drop) del canale.
Il motivo potrebbe essere richiesto su alcune reti.
Il motivo potrebbe essere richiesto su alcune reti.
Limitato ai Services admin.
@@ -6342,10 +6342,10 @@ HOST_HELP_LIST
Questo comando elenca i vhost registrati all'operatore.
Se una chiave è specificata, verranno mostrati unicamente i
vhost corrispondenti a quanto immesso come <chiave>, ad
esempio Rob* per tutte le corrispondenze che iniziano con "Rob"
esempio Rob* per tutte le corrispondenze che iniziano con "Rob"
Se viene usata una lista in stile #X-Y, verranno mostrate unicamente
le corrispondenze tra X ed Y, ad es. #1-3 mostrerà unicamente le prime
le corrispondenze tra X ed Y, ad es. #1-3 mostrerà unicamente le prime
3 corrispondenze nick/vhost.
L'elenco utilizza il valore di NSListMax come limite per
+3 -4
View File
@@ -1,5 +1,5 @@
/*PlexusIRCD IRCD functions
/*PlexusIRCD IRCD functions
/* PlexusIRCD IRCD functions
*
* (C) 2003-2005 Anope Team
* Contact us at info@anope.org
*
@@ -1815,5 +1815,4 @@ AnopeInit (int argc, char **argv)
return MOD_CONT;
}
/* EOF */
+1 -2
View File
@@ -1,4 +1,3 @@
/* PTLink IRCD functions
/* PTLink IRCD functions
*
* (C) 2003-2005 Anope Team
@@ -1717,4 +1716,4 @@ int AnopeInit(int argc, char **argv)
return MOD_CONT;
}
/* EOF */
+2 -1
View File
@@ -1,4 +1,3 @@
/* Rage IRCD functions
/* Rage IRCD functions
*
* (C) 2003-2005 Anope Team
@@ -1655,3 +1654,5 @@ int AnopeInit(int argc, char **argv)
return MOD_CONT;
}
/* EOF */
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="10"
VERSION_BUILD="832"
VERSION_BUILD="833"
# $Log$
#
# BUILD : 1.7.10 (833)
# BUGS :
# NOTES : Fixed some fuckups in the previous commit
#
# BUILD : 1.7.10 (832)
# BUGS :
# NOTES : Updated Italian langfile and removed some leftovers of userban stuff