X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_motd.cpp;h=a8cee2727fc8ced28a9a4dc2f71523e1f69d1be2;hb=eb28eaea35d9d109a0b7b890de9d957d562da675;hp=7cd8f2c08a5882abb2989a58b178e1cddca8f078;hpb=77123f4dec9f29105f6c0ceea0262cfe8e9eaa1a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_motd.cpp b/src/cmd_motd.cpp index 7cd8f2c08..a8cee2727 100644 --- a/src/cmd_motd.cpp +++ b/src/cmd_motd.cpp @@ -17,9 +17,9 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_motd.h" +#include "commands/cmd_motd.h" -void cmd_motd::Handle (char **parameters, int pcnt, userrec *user) +void cmd_motd::Handle (const char** parameters, int pcnt, userrec *user) { ShowMOTD(user); }