1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 07:56:39 +02:00

BUILD : 1.7.21 (1416) BUGS : 880 NOTES : Changed CS GETKEY response to what the help for GS GETKEY says it should be

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1131 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-08-17 23:42:32 +00:00
parent 32d7c5ff65
commit 1f637024fc
16 changed files with 20 additions and 14 deletions
+1
View File
@@ -47,6 +47,7 @@ Anope Version S V N
08/11 F Updated os_raw.c to show up as a 3rd party module. [ #00]
08/15 F CS OP now correctly works if there is only 1 user in the channel. [#922]
08/17 F Various InspIRCd issues. [#832]
08/18 F CS GETKEY response. [#880]
Provided by Robin Burchell <w00t@inspircd.org> - 2008
08/08 F Strict warnings in send.c from comparing address of non-ptr [ #00]
+1
View File
@@ -12,6 +12,7 @@ Anope Version S V N
NICK_RECOVERED
NICK_LIST_SERVADMIN_SYNTAX
NICK_SERVADMIN_HELP_LIST
CHAN_GETKEY_KEY
*** Del Strings:
+1 -1
View File
@@ -1697,7 +1697,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
The channel %s has no key.
CHAN_GETKEY_KEY
Key for channel %s is %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1702,7 +1702,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
Der Channel %s hat keinen Schlüßel.
CHAN_GETKEY_KEY
Schlüßel für den Channel %s ist %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1666,7 +1666,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
The channel %s has no key.
CHAN_GETKEY_KEY
Key for channel %s is %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1697,7 +1697,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
El canal %s no tiene clave.
CHAN_GETKEY_KEY
Clave para el canal %s es %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1707,7 +1707,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
Le canal %s n'a pas de clé.
CHAN_GETKEY_KEY
La clé du canal %s est %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1699,7 +1699,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
The channel %s has no key.
CHAN_GETKEY_KEY
Key for channel %s is %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1695,7 +1695,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
The channel %s has no key.
CHAN_GETKEY_KEY
Key for channel %s is %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1676,7 +1676,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
Il canale %s non ha una key.
CHAN_GETKEY_KEY
La key per il canale %s è %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1693,7 +1693,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
The channel %s has no key.
CHAN_GETKEY_KEY
Key for channel %s is %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1794,7 +1794,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
The channel %s has no key.
CHAN_GETKEY_KEY
Key for channel %s is %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1686,7 +1686,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
O canal %s não tem key.
CHAN_GETKEY_KEY
A Key do canal %s é %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1666,7 +1666,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
Êàíàë %s íå èìååò êëþ÷à (no key).
CHAN_GETKEY_KEY
Êëþ÷ äëÿ êàíàëà %s - %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+1 -1
View File
@@ -1694,7 +1694,7 @@ CHAN_GETKEY_SYNTAX
CHAN_GETKEY_NOKEY
The channel %s has no key.
CHAN_GETKEY_KEY
Key for channel %s is %s.
KEY %s %s
# SENDPASS responses
CHAN_SENDPASS_SYNTAX
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="21"
VERSION_EXTRA="-svn"
VERSION_BUILD="1415"
VERSION_BUILD="1416"
# $Log$
#
# BUILD : 1.7.21 (1416)
# BUGS : 880
# NOTES : Changed CS GETKEY response to what the help for GS GETKEY says it should be
#
# BUILD : 1.7.21 (1415)
# BUGS : 905
# NOTES : Applied patch by Viper to add missing config file changes in Changes.conf