diff options
Diffstat (limited to 'src/core/ss_main.c')
-rw-r--r-- | src/core/ss_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ss_main.c b/src/core/ss_main.c index d2f2b01ea..3b266a849 100644 --- a/src/core/ss_main.c +++ b/src/core/ss_main.c @@ -26,7 +26,7 @@ class CommandSSHelp : public Command { } - CommandResult Execute(User *u, std::vector<std::string> ¶ms) + CommandReturn Execute(User *u, std::vector<std::string> ¶ms) { ircdproto->SendMessage(statserv, u->nick, "This is a test of the emergency StatServ system."); return MOD_CONT; |