mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 19:49:02 -04:00
Fix to compile with new module api
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7990 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
fdd0f45ee3
commit
9ae6c6e311
@ -51,7 +51,7 @@ public:
|
||||
std::string nick = user->nick;
|
||||
ServerInstance->Log(DEBUG,"User " + nick + " joined " + chan);
|
||||
|
||||
Module* target = ServerInstance->FindModule("m_http_client.so");
|
||||
Module* target = ServerInstance->Modules->Find("m_http_client.so");
|
||||
if(target)
|
||||
{
|
||||
HTTPClientRequest req(ServerInstance, this, target, "http://znc.in/~psychon");
|
||||
|
Loading…
x
Reference in New Issue
Block a user