diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 00:48:04 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 00:48:04 +0000 |
commit | 7ac7c564f5115af12f771db5b510b757b1dcc322 (patch) | |
tree | 90f9d13331c37f8e5dc5ce642b50be545590274f /src/core/cs_getpass.c | |
parent | 7181dc35ce0f2d2a2bf2d2bd0d36a690c1cc6b95 (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_getpass.c')
-rw-r--r-- | src/core/cs_getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_getpass.c b/src/core/cs_getpass.c index 611ceadbd..111500582 100644 --- a/src/core/cs_getpass.c +++ b/src/core/cs_getpass.c @@ -27,7 +27,7 @@ class CSGetPass : public Module moduleAddAuthor("Anope"); moduleAddVersion("$Id$"); - moduleSetType(this, CORE); + this->SetType(CORE); c = createCommand("GETPASS", do_getpass, is_services_admin, -1, -1, -1, CHAN_SERVADMIN_HELP_GETPASS, CHAN_SERVADMIN_HELP_GETPASS); moduleAddCommand(CHANSERV, c, MOD_UNIQUE); |