X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_setname.cpp;h=b0e76f587d9e2673e2e38e795d6dbcf45a09b3b8;hb=b4599531f97a9e6207b6bb8d728d7523b6995523;hp=5c27a655e7ecffdb80ee5d9d333b7423f41d6896;hpb=4d768d823de020056d478b03107f6c2e390adca2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_setname.cpp b/src/modules/m_setname.cpp index 5c27a655e..b0e76f587 100644 --- a/src/modules/m_setname.cpp +++ b/src/modules/m_setname.cpp @@ -30,7 +30,7 @@ class CommandSetname : public Command CommandSetname(Module* Creator) : Command(Creator,"SETNAME", 1, 1) { allow_empty_last_param = false; - syntax = ""; + syntax = ":"; } CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE