summaryrefslogtreecommitdiff
path: root/src/core/cs_topic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_topic.c')
-rw-r--r--src/core/cs_topic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c
index 6f3c05390..844ba12fd 100644
--- a/src/core/cs_topic.c
+++ b/src/core/cs_topic.c
@@ -22,7 +22,7 @@ class CommandCSTopic : public Command
{
}
- CommandReturn Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<ci::string> &params)
{
const char *chan = params[0].c_str();
const char *topic = params.size() > 1 ? params[1].c_str() : NULL;