1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 11:36:38 +02:00

BUILD : 1.7.18 (1223) BUGS : 666 NOTES : Fixed CHAN_SYMBOL_REQUIRED which claimed one can register local (&) channels (sorry Rob, i should have left this bug for you)

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@942 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-01-10 20:01:58 +00:00
parent c563f6e9ab
commit 264fb0c8bf
14 changed files with 18 additions and 13 deletions
+1
View File
@@ -8,6 +8,7 @@ Anope Version S V N
01/06 F Some OperServ commands not respecting OSOpersOnly when disabled. [#657]
01/06 F MySQL code not always reporting Services Root flags correctly. [#659]
01/10 F Minor syntax error in anoperc. [#665]
01/10 F CHAN_SYMBOL_REQUIRED claimed one can register local (&) channels. [#666]
Anope Version 1.7.18
--------------------
+1 -1
View File
@@ -1070,7 +1070,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
You have attempted to register a nonexistent channel %s
CHAN_SYMBOL_REQUIRED
Please use the symbol of # or & when attempting to register
Please use the symbol of # when attempting to register
# IDENTIFY responses
+1 -1
View File
@@ -1083,7 +1083,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
Du hast versucht ein nicht existierender Channel %s zu registrieren.
CHAN_SYMBOL_REQUIRED
Verwende bitte nur das Symbol # oder & wenn du versuchst ein
Verwende bitte nur das Symbol # wenn du versuchst ein
Channel zu registrieren.
# IDENTIFY responses
+1 -1
View File
@@ -1047,7 +1047,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
You have attempted to register a nonexistent channel %s
CHAN_SYMBOL_REQUIRED
Please use the symbol of # or & when attempting to register
Please use the symbol of # when attempting to register
# IDENTIFY responses
+1 -1
View File
@@ -1070,7 +1070,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
Has intentado registrar el canal %s, el cual no existe.
CHAN_SYMBOL_REQUIRED
Por favor usar el simbolo # o & cuando intentes registrar un canal.
Por favor usar el simbolo # cuando intentes registrar un canal.
# IDENTIFY responses
+1 -1
View File
@@ -1081,7 +1081,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
Vous avez essayé d'enregistrer le canal %s qui n'éxiste pas.
CHAN_SYMBOL_REQUIRED
Veuillez utiliser les symbole # ou & quand vous voulez enregistrer
Veuillez utiliser les symbole # quand vous voulez enregistrer
un canal.
# IDENTIFY responses
+1 -1
View File
@@ -1068,7 +1068,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
You have attempted to register a nonexistent channel %s
CHAN_SYMBOL_REQUIRED
Please use the symbol of # or & when attempting to register
Please use the symbol of # when attempting to register
# IDENTIFY responses
+1 -1
View File
@@ -1061,7 +1061,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
You have attempted to register a nonexistent channel %s
CHAN_SYMBOL_REQUIRED
Please use the symbol of # or & when attempting to register
Please use the symbol of # when attempting to register
# IDENTIFY válaszok
+1 -1
View File
@@ -1058,7 +1058,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
Hai provato a registrare un canale non esistente %s
CHAN_SYMBOL_REQUIRED
Per favore usa il simbolo # o & provando a registrare
Per favore usa il simbolo # provando a registrare
# IDENTIFY responses
+1 -1
View File
@@ -1067,7 +1067,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
Je hebt geprobeerd om niet-bestaand kanaal %s te registeren.
CHAN_SYMBOL_REQUIRED
Gebruik het # of & symbool wanner je probeert een kanaal te registeren.
Gebruik het # symbool wanner je probeert een kanaal te registeren.
# IDENTIFY responses
+1 -1
View File
@@ -1145,7 +1145,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
You have attempted to register a nonexistent channel %s
CHAN_SYMBOL_REQUIRED
Please use the symbol of # or & when attempting to register
Please use the symbol of # when attempting to register
# IDENTIFY responses
+1 -1
View File
@@ -1064,7 +1064,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
You have attempted to register a nonexistent channel %s
CHAN_SYMBOL_REQUIRED
Please use the symbol of # or & when attempting to register
Please use the symbol of # when attempting to register
# IDENTIFY responses
+1 -1
View File
@@ -1075,7 +1075,7 @@ CHAN_PASSWORD_IS
CHAN_REGISTER_NONE_CHANNEL
You have attempted to register a nonexistent channel %s
CHAN_SYMBOL_REQUIRED
Please use the symbol of # or & when attempting to register
Please use the symbol of # when attempting to register
# IDENTIFY responses
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="18"
VERSION_EXTRA="-svn"
VERSION_BUILD="1222"
VERSION_BUILD="1223"
# $Log$
#
# BUILD : 1.7.18 (1223)
# BUGS : 666
# NOTES : Fixed CHAN_SYMBOL_REQUIRED which claimed one can register local (&) channels (sorry Rob, i should have left this bug for you)
#
# BUILD : 1.7.18 (1222)
# BUGS : 665
# NOTES : Fixed a minor syntax error in anoperc (echi instead of echo)