mirror of
https://github.com/anope/anope.git
synced 2026-06-30 01:16:38 +02:00
Convert all the derived module constructors to take the new parameter (sed must be worshipped). They still call the base constructor the wrong way.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1577 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -86,7 +86,7 @@ HostCore *hs_request_head;
|
||||
class HSRequest : public Module
|
||||
{
|
||||
public:
|
||||
HSRequest(const std::string &creator) : Module(creator)
|
||||
HSRequest(const std::string &modname, const std::string &creator) : Module(creator)
|
||||
{
|
||||
Command *c;
|
||||
EvtHook *hook;
|
||||
|
||||
Reference in New Issue
Block a user