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