summaryrefslogtreecommitdiff
path: root/src/modules/cs_tban.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/cs_tban.c')
-rw-r--r--src/modules/cs_tban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/cs_tban.c b/src/modules/cs_tban.c
index 1aea779f5..3368955b4 100644
--- a/src/modules/cs_tban.c
+++ b/src/modules/cs_tban.c
@@ -43,7 +43,7 @@ class CommandCSTBan : public Command
{
}
- CommandReturn Execute(User *u, std::vector<ci::string> &params)
+ CommandReturn Execute(User *u, const std::vector<ci::string> &params)
{
char mask[BUFSIZE];
Channel *c;