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

Removed db-upgrade, its no longer needed

This commit is contained in:
Adam
2011-01-20 19:42:27 -05:00
parent ab2e34d817
commit 05933e9f21
4 changed files with 69 additions and 498 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ NickCore::NickCore(const Anope::string &coredisplay) : Flags<NickCoreFlag, NI_EN
throw CoreException("Empty display passed to NickCore constructor");
this->ot = NULL;
this->language = this->channelcount = 0;
this->channelcount = 0;
this->lastmail = 0;
this->display = coredisplay;