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

# BUILD : 1.7.18 (1232) # BUGS : 622 # NOTES : Modified en_us.l, de.l and Changes.lang to fix 622.

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@951 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-03-18 21:04:51 +00:00
parent 6ab1b8f131
commit 2fee554262
4 changed files with 11 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ Anope Version S V N
*** New Strings:
*** Mod Strings:
CHAN_HELP_LIST
*** Del Strings:
+3
View File
@@ -5041,6 +5041,9 @@ CHAN_HELP_LIST
Listet alle registrierten Channels, die dem Muster
entsprechen, auf. (Alle Channels mit aktiviertem
PRIVATE-Flag werden nicht angezeigt.)
Anmerkung: Beachte, dass ein führendes '#' einen
numerischen Bereich angibt, Channelnamen müssen
ohne '#' angegeben werden.
CHAN_HELP_OP
Syntax: OP [Channel [Nickname]]
+2
View File
@@ -4796,6 +4796,8 @@ CHAN_HELP_LIST
Lists all registered channels matching the given pattern.
(Channels with the PRIVATE option set are not listed.)
Note that a preceding '#' specifies a range, channel names
are to be written without '#'.
CHAN_HELP_OP
Syntax: OP [#channel [nick]]
+5 -2
View File
@@ -9,14 +9,17 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="18"
VERSION_EXTRA="-svn"
VERSION_BUILD="1231"
VERSION_BUILD="1232"
# $Log$
#
# BUILD : 1.7.18 (1232)
# BUGS : 622
# NOTES : Modified en_us.l, de.l and Changes.lang to fix 622.
#
# BUILD : 1.7.18 (1231)
# BUGS : N/A
# NOTES : Ensure moduleData is still populated when anopeFini gets called when explicitaly unloading a single module.
#
#
# BUILD : 1.7.18 (1230)
# BUGS : 656