diff options
| author | 2008-05-25 17:35:02 +0000 | |
|---|---|---|
| committer | 2008-05-25 17:35:02 +0000 | |
| commit | c5de9cee03465340ee9d23fce34ee525d6da2466 (patch) | |
| tree | 5d1b189d9384e58100bb7a9d8c562aea4d072863 /src/modules | |
| parent | Remove the limits from here too (diff) | |
| download | inspircd++-c5de9cee03465340ee9d23fce34ee525d6da2466.tar.gz inspircd++-c5de9cee03465340ee9d23fce34ee525d6da2466.tar.bz2 inspircd++-c5de9cee03465340ee9d23fce34ee525d6da2466.zip | |
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
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_banredirect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_banredirect.cpp b/src/modules/m_banredirect.cpp index f786d48ee..6714dde1e 100644 --- a/src/modules/m_banredirect.cpp +++ b/src/modules/m_banredirect.cpp @@ -220,7 +220,7 @@ class ModuleBanRedirect : public Module if(chan->GetExt("banredirects", redirects)) { - irc::modestacker modestack(false); + irc::modestacker modestack(ServerInstance, false); StringDeque stackresult; std::vector<std::string> mode_junk; mode_junk.push_back(chan->name); |
