From 78f223272dfeadd8ed97ab7cb4e9b91122314f9b Mon Sep 17 00:00:00 2001 From: Perry Lorier Date: Wed, 11 Jul 2007 21:39:52 +0000 Subject: [PATCH] Author: Isomer Log message: Commit the fix for the changelog I posted :) git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1817 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ircd/m_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/m_user.c b/ircd/m_user.c index aa172e4..6316463 100644 --- a/ircd/m_user.c +++ b/ircd/m_user.c @@ -140,7 +140,7 @@ int m_user(struct Client *cptr, struct Client *sptr, int parc, char *parv[]) username = "NoUser"; if ((mode_request = strtoul(parv[2], &term, 10)) != 0 - && term != NULL && *term != '\0') + && term != NULL && *term == '\0') { /* These bitmask values are codified in RFC 2812, showing * ... well, something that is probably best not said. -- 2.20.1