diff options
Diffstat (limited to 'src/core/hs_setall.c')
-rw-r--r-- | src/core/hs_setall.c | 2 |
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> ¶ms) + CommandReturn Execute(User *u, std::vector<std::string> ¶ms) { const char *nick = params[0].c_str(); const char *rawhostmask = params[1].c_str(); |