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:
peavey 2007-08-29 19:55:18 +00:00
parent fdd0f45ee3
commit 9ae6c6e311

View File

@ -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");