mirror of
https://github.com/anope/anope.git
synced 2026-07-04 07:23:13 +02:00
BUILD : 1.7.3 (201) BUGS : 91 NOTES : Fix provided by trystan - ty :)
git-svn-id: svn://svn.anope.org/anope/trunk@201 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@143 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
01224b732b
commit
3ee8ec2d2d
@@ -34,6 +34,9 @@ Provided by Anope Dev. <dev@anope.org> - 2004
|
||||
05/21 F Allow /CS SUSPEND on registered channels only. [ #54]
|
||||
05/21 F Reserved nicks (Q-lined) will be KILLed if taken on induction. [ #50]
|
||||
|
||||
Provided by Trystan <trystan@nomadirc.net> - 2004
|
||||
06/17 F GlobalOnCycleMessage checked at startup [ #91]
|
||||
|
||||
Anope Version 1.7.3
|
||||
-------------------
|
||||
Provided by Anope Dev. <dev@anope.org> - 2004
|
||||
|
||||
@@ -1236,7 +1236,10 @@ int read_config(int reload)
|
||||
}
|
||||
|
||||
if (GlobalOnCycle) {
|
||||
CHECK(GlobalOnCycleMessage);
|
||||
if (!GlobalOnCycleMessage && !GlobalOnCycleUP) {
|
||||
alog("GlobalOnCycleMessage and GlobalOnCycleUP are not defined disabling GlobalOnCycle");
|
||||
GlobalOnCycle = 0;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="3"
|
||||
VERSION_BUILD="200"
|
||||
VERSION_BUILD="201"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.3 (201)
|
||||
# BUGS : 91
|
||||
# NOTES : Fix provided by trystan - ty :)
|
||||
#
|
||||
# BUILD : 1.7.3 (200)
|
||||
# BUGS : 96
|
||||
# NOTES : Fixed wrong bug number on previous commit
|
||||
|
||||
Reference in New Issue
Block a user