diff options
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); |