diff options
Diffstat (limited to 'src/core/hs_del.c')
-rw-r--r-- | src/core/hs_del.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_del.c b/src/core/hs_del.c index 3318d0ba6..15f218088 100644 --- a/src/core/hs_del.c +++ b/src/core/hs_del.c @@ -24,7 +24,7 @@ class CommandHSDel : public Command { } - CommandResult Execute(User *u, std::vector<std::string> ¶ms) + CommandReturn Execute(User *u, std::vector<std::string> ¶ms) { NickAlias *na; const char *nick = params[0].c_str(); |