summaryrefslogtreecommitdiff
path: root/src/core/hs_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_set.c')
-rw-r--r--src/core/hs_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c
index 0a63923ba..10a717ae5 100644
--- a/src/core/hs_set.c
+++ b/src/core/hs_set.c
@@ -24,7 +24,7 @@ class CommandHSSet : public Command
{
}
- CommandResult Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<std::string> &params)
{
const char *nick = params[0].c_str();
const char *rawhostmask = params[1].c_str();