diff options
-rw-r--r-- | lang/it.l | 10 | ||||
-rw-r--r-- | src/protocol/plexus.c | 7 | ||||
-rw-r--r-- | src/protocol/ptlink.c | 3 | ||||
-rw-r--r-- | src/protocol/rageircd.c | 3 | ||||
-rw-r--r-- | version.log | 6 |
5 files changed, 16 insertions, 13 deletions
@@ -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 diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c index c4e9498e7..7ad6dc705 100644 --- a/src/protocol/plexus.c +++ b/src/protocol/plexus.c @@ -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 */ diff --git a/src/protocol/ptlink.c b/src/protocol/ptlink.c index 5c4546f30..abb428f54 100644 --- a/src/protocol/ptlink.c +++ b/src/protocol/ptlink.c @@ -1,5 +1,4 @@ /* PTLink IRCD functions -/* PTLink IRCD functions * * (C) 2003-2005 Anope Team * Contact us at info@anope.org @@ -1717,4 +1716,4 @@ int AnopeInit(int argc, char **argv) return MOD_CONT; } - +/* EOF */ diff --git a/src/protocol/rageircd.c b/src/protocol/rageircd.c index 42eb8d327..f5b5cdb94 100644 --- a/src/protocol/rageircd.c +++ b/src/protocol/rageircd.c @@ -1,5 +1,4 @@ /* Rage IRCD functions -/* Rage IRCD functions * * (C) 2003-2005 Anope Team * Contact us at info@anope.org @@ -1655,3 +1654,5 @@ int AnopeInit(int argc, char **argv) return MOD_CONT; } + +/* EOF */ diff --git a/version.log b/version.log index 4e385d3be..ecb966460 100644 --- a/version.log +++ b/version.log @@ -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 |