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

Made it so you can register empty nonregistered channels to make registering channels through SQL a bit more effective, fixed a some small bugs found on the testnet, added some missing modes into InspIRCd1.2 support, and updated TODO and Changes.lang

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2799 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-02-28 22:12:09 +00:00
parent 3f80e1cad0
commit ab1f8e01fa
10 changed files with 50 additions and 30 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Timer::Timer(long time_from_now, time_t now, bool repeating)
TimerManager::AddTimer(this);
}
/** Default destructor, does nothing
/** Default destructor, removes the timer from the list
*/
Timer::~Timer()
{