mirror of
https://github.com/anope/anope.git
synced 2026-07-06 12:33:13 +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:
@@ -62,7 +62,7 @@ class CSAppendTopic : public Module
|
||||
|
||||
moduleAddAuthor(AUTHOR);
|
||||
moduleAddVersion(VERSION);
|
||||
moduleSetType(SUPPORTED);
|
||||
moduleSetType(this, SUPPORTED);
|
||||
|
||||
c = createCommand("APPENDTOPIC", my_cs_appendtopic, NULL, -1, -1, -1, -1, -1);
|
||||
moduleAddCommand(CHANSERV, c, MOD_HEAD);
|
||||
|
||||
Reference in New Issue
Block a user