summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-06-25 21:10:12 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-06-25 21:10:12 +0000
commitb9760a6353ff3a34f79d4a4f080c0ad59ef39645 (patch)
tree3989fd7d99e356d3be2d32d8ef66fd0536267b86
parentc638cd622d5ea5b2e14ff0d2cbea84106f551e10 (diff)
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
-rw-r--r--lang/it.l10
-rw-r--r--src/protocol/plexus.c7
-rw-r--r--src/protocol/ptlink.c3
-rw-r--r--src/protocol/rageircd.c3
-rw-r--r--version.log6
5 files changed, 16 insertions, 13 deletions
diff --git a/lang/it.l b/lang/it.l
index bf02aec00..299d12ef5 100644
--- a/lang/it.l
+++ b/lang/it.l
@@ -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