diff options
author | Adam <Adam@anope.org> | 2010-07-25 23:03:06 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-07-25 23:03:06 -0400 |
commit | 707268f30b3c1f99c9db8c3e23346e8cacd38ae6 (patch) | |
tree | e1ffad113f8bbe4e15087fe8fbeab69a765828b7 /modules/extra/cs_tban.cpp | |
parent | ae38212c1ce829c783edf971081c90137abb49a0 (diff) |
Some windows fixes caused by the last commit
Diffstat (limited to 'modules/extra/cs_tban.cpp')
-rw-r--r-- | modules/extra/cs_tban.cpp | 2 |
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); |