diff options
| author | 2008-04-04 13:29:15 +0000 | |
|---|---|---|
| committer | 2008-04-04 13:29:15 +0000 | |
| commit | 3f971b447fae258a92f2cc6645497cce93f1c04e (patch) | |
| tree | 6b9c5fd7a183fb707c512c2d3e59c628d3a431cb /src/modules/m_timedbans.cpp | |
| parent | Whoops, fix typo (diff) | |
| download | inspircd++-3f971b447fae258a92f2cc6645497cce93f1c04e.tar.gz inspircd++-3f971b447fae258a92f2cc6645497cce93f1c04e.tar.bz2 inspircd++-3f971b447fae258a92f2cc6645497cce93f1c04e.zip | |
Change the function name because gcc is dumb :/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9305 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_timedbans.cpp')
| -rw-r--r-- | src/modules/m_timedbans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index 6c91d1156..4be32ffc2 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -162,7 +162,7 @@ class ModuleTimedBans : public Module setban[1] = "-b"; setban[2] = i->mask.c_str(); - ServerInstance->PI->SendMode(i->channel, std::string("-b ") + setban[2]); + ServerInstance->PI->SendModeStr(i->channel, std::string("-b ") + setban[2]); ServerInstance->SendMode(setban,3, ServerInstance->FakeClient); CUList empty; |
