summaryrefslogtreecommitdiff
path: root/src/core/hs_setall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_setall.c')
-rw-r--r--src/core/hs_setall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_setall.c b/src/core/hs_setall.c
index 09f63c12f..df069101e 100644
--- a/src/core/hs_setall.c
+++ b/src/core/hs_setall.c
@@ -25,7 +25,7 @@ class CommandHSSetAll : 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();