]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc.c
TRACE: fix error message when there are too many parameters
[ngircd-alex.git] / src / ngircd / irc.c
index d41439edaa61dbc941fcd12b05c2c29000831536..8c08cdc1a744fc939d183d2fa16a5c657b788ed8 100644 (file)
@@ -278,11 +278,6 @@ IRC_TRACE(CLIENT *Client, REQUEST *Req)
 
        IRC_SetPenalty(Client, 3);
 
-       /* Bad number of arguments? */
-       if (Req->argc > 1)
-               return IRC_WriteErrClient(Client, ERR_NORECIPIENT_MSG,
-                                         Client_ID(Client), Req->command);
-
        _IRC_GET_SENDER_OR_RETURN_(from, Req, Client)
        _IRC_GET_TARGET_SERVER_OR_RETURN_(target, Req, 0, from)