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

Convert moduleSetType() to not require a module pointer.. actually, this is probably the wrong way to go about this (we should use a member func),

but who cares for now.


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1580 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-08 00:34:29 +00:00
parent b8c04482bb
commit d18d3f094c
148 changed files with 157 additions and 158 deletions
+1 -1
View File
@@ -1316,7 +1316,7 @@ class ProtoInspIRCd : public Module
{
moduleAddAuthor("Anope");
moduleAddVersion("$Id$");
moduleSetType(PROTOCOL);
moduleSetType(this, PROTOCOL);
TS6SID = sstrdup(Numeric);