From 42970ad974d96bb007a2ece252acd02e9ef4ff45 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 28 Dec 2021 13:41:49 +0000 Subject: We only care about the first parameter to the nick command. Nicknames can't have spaces so the trailing concatenation logic here is not what users will expect. --- src/coremods/core_user/cmd_nick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/coremods/core_user/cmd_nick.cpp b/src/coremods/core_user/cmd_nick.cpp index 494e544cc..3848a38b9 100644 --- a/src/coremods/core_user/cmd_nick.cpp +++ b/src/coremods/core_user/cmd_nick.cpp @@ -29,7 +29,7 @@ #include "core_user.h" CommandNick::CommandNick(Module* parent) - : SplitCommand(parent, "NICK", 1, 1) + : SplitCommand(parent, "NICK", 1) { works_before_reg = true; syntax = ""; -- cgit v1.3.1-10-gc9f91