mirror of
https://github.com/anope/anope.git
synced 2026-07-01 20:26:39 +02:00
BUILD : 1.7.19 (1309) BUGS : 793 NOTES : Fixed a typo in inspircd11.c where it checked for chgident.so
git-svn-id: svn://svn.anope.org/anope/trunk@1309 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1027 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
f598d67c16
commit
f055aa452a
@@ -44,6 +44,7 @@ Anope Version S V N
|
||||
09/09 F Missing test to check mysql_config sanity in ./configure. [#757]
|
||||
09/24 F Polish language reported itself as English when switching to it. [#789]
|
||||
09/24 F OperServ HELP OPER showing incorrect access levels. [#788]
|
||||
10/05 F Typo in inspircd11.c checking for m_chgident.so loaded. [#793]
|
||||
|
||||
Provided by Trystan <trystan@nomadirc.net> - 2007
|
||||
08/29 F Module runtime directory not always properly cleaned up. [#768]
|
||||
|
||||
@@ -1549,7 +1549,7 @@ int anope_event_capab(char *source, int ac, char **av)
|
||||
if (strstr(av[1], "m_chghost.so")) {
|
||||
has_chghostmod = 1;
|
||||
}
|
||||
if (strstr(av[1], "m_chghident.so")) {
|
||||
if (strstr(av[1], "m_chgident.so")) {
|
||||
has_chgidentmod = 1;
|
||||
}
|
||||
} else if (strcasecmp(av[0], "END") == 0) {
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="19"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1308"
|
||||
VERSION_BUILD="1309"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.19 (1309)
|
||||
# BUGS : 793
|
||||
# NOTES : Fixed a typo in inspircd11.c where it checked for chgident.so
|
||||
#
|
||||
# BUILD : 1.7.19 (1308)
|
||||
# BUGS : 787
|
||||
# NOTES : Applied a patch by T fixing moduleGetConfigDirective disliking CRLF line-ends
|
||||
|
||||
Reference in New Issue
Block a user