From ad2a7f64c43b1aea521b79750392fde499d9b6d5 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 25 May 2008 17:38:17 +0000 Subject: More compile fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9805 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chanprotect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_chanprotect.cpp') diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index a79eda993..94fa164b3 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -68,7 +68,7 @@ class FounderProtectBase std::string item = extend + std::string(channel->name); std::vector mode_junk; mode_junk.push_back(channel->name); - irc::modestacker modestack(ServerInstance, false); + irc::modestacker modestack(MyInstance, false); std::deque stackresult; for (CUList::iterator i = cl->begin(); i != cl->end(); i++) -- cgit v1.2.3