From c5de9cee03465340ee9d23fce34ee525d6da2466 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 25 May 2008 17:35:02 +0000 Subject: Compile fixes, was forced to move some stuff around git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9804 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/u_listmode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/u_listmode.h b/include/u_listmode.h index 5d1607b5c..852d5ac2b 100644 --- a/include/u_listmode.h +++ b/include/u_listmode.h @@ -174,7 +174,7 @@ class ListModeBase : public ModeHandler channel->GetExt(infokey, el); if (el) { - irc::modestacker modestack(false); + irc::modestacker modestack(ServerInstance, false); std::deque stackresult; std::vector mode_junk; mode_junk.push_back(channel->name); @@ -396,7 +396,7 @@ class ListModeBase : public ModeHandler { modelist* mlist; chan->GetExt(infokey, mlist); - irc::modestacker modestack(true); + irc::modestacker modestack(ServerInstance, true); std::deque stackresult; if (mlist) { -- cgit v1.2.3