summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-21 11:03:00 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-21 11:03:00 +0000
commitd0d05dc98ed0fe3612837b40ab9da141518d9498 (patch)
tree0c4b32fab6a07b1c0e86e1b77c3569300911aa08
parentfd152875a510eb17242a2c5291b2cc50af7236c6 (diff)
Save the number of channels the account has registered, also
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1775 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/tools/db-convert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/db-convert.c b/src/tools/db-convert.c
index 2c8493bf1..53ceda19e 100644
--- a/src/tools/db-convert.c
+++ b/src/tools/db-convert.c
@@ -554,6 +554,8 @@ int main(int argc, char *argv[])
}
+ fs << "MD NC " << nc->display << " channelfoundercount " << nc->channelcount << std::endl;
+
// Ignore memomax, it should be removed XXX
/*
SAFE(write_int8(1, f));