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 6a5af3dec..622fa8b52 100644
--- a/src/core/cs_topic.c
+++ b/src/core/cs_topic.c
@@ -24,7 +24,7 @@ class CommandCSTopic : public Command
{
}
- CommandResult Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<std::string> &params)
{
char *chan = params[0].c_str();
char *topic = params.size() > 1 ? params[1].c_str() : NULL;