summaryrefslogtreecommitdiff
path: root/src/core/cs_clear.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 00:48:04 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 00:48:04 +0000
commit7ac7c564f5115af12f771db5b510b757b1dcc322 (patch)
tree90f9d13331c37f8e5dc5ce642b50be545590274f /src/core/cs_clear.c
parent7181dc35ce0f2d2a2bf2d2bd0d36a690c1cc6b95 (diff)
moduleSetType() -> Module::SetType().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1583 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/cs_clear.c')
-rw-r--r--src/core/cs_clear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_clear.c b/src/core/cs_clear.c
index 8bb2b493f..3d3e62802 100644
--- a/src/core/cs_clear.c
+++ b/src/core/cs_clear.c
@@ -27,7 +27,7 @@ class CSClear : public Module
moduleAddAuthor("Anope");
moduleAddVersion("$Id$");
- moduleSetType(this, CORE);
+ this->SetType(CORE);
c = createCommand("CLEAR", do_clear, NULL, CHAN_HELP_CLEAR, -1, -1, -1, -1);
moduleAddCommand(CHANSERV, c, MOD_UNIQUE);