summaryrefslogtreecommitdiff
path: root/src/core/ms_sendall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_sendall.c')
-rw-r--r--src/core/ms_sendall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_sendall.c b/src/core/ms_sendall.c
index cee26e418..f52b8430d 100644
--- a/src/core/ms_sendall.c
+++ b/src/core/ms_sendall.c
@@ -24,7 +24,7 @@ class CommandMSSendAll : public Command
{
}
- CommandResult Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<std::string> &params)
{
int i, z = 1;
NickCore *nc;