summaryrefslogtreecommitdiff
path: root/modules/extra/cs_tban.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-07-25 23:03:06 -0400
committerAdam <Adam@anope.org>2010-07-25 23:03:06 -0400
commit707268f30b3c1f99c9db8c3e23346e8cacd38ae6 (patch)
treee1ffad113f8bbe4e15087fe8fbeab69a765828b7 /modules/extra/cs_tban.cpp
parentae38212c1ce829c783edf971081c90137abb49a0 (diff)
Some windows fixes caused by the last commit
Diffstat (limited to 'modules/extra/cs_tban.cpp')
-rw-r--r--modules/extra/cs_tban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/cs_tban.cpp b/modules/extra/cs_tban.cpp
index 55ab8d1cb..d09677df6 100644
--- a/modules/extra/cs_tban.cpp
+++ b/modules/extra/cs_tban.cpp
@@ -183,7 +183,7 @@ class TempBan : public CallBack
}
};
-void addBan(Channel *c, time_t timeout, Anope::string &banmask)
+void addBan(Channel *c, time_t timeout, const Anope::string &banmask)
{
c->SetMode(NULL, CMODE_BAN, banmask);