1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 22:43:13 +02:00

Fix a few warnings. Also move split_usermask into cs_akick, as this is the only place it is used.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2119 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-19 21:59:31 +00:00
parent 805253de36
commit 7723437a81
8 changed files with 38 additions and 47 deletions
-1
View File
@@ -71,7 +71,6 @@ Module::~Module()
CommandHash *current = NULL;
Command *c;
int status = 0;
/* Kill any active callbacks this module has */
moduleCallBackPrepForUnload(this->name.c_str());