git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3439 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-03-02 19:39:03 +00:00
parent c3b861b250
commit 6880d5bced

View File

@ -1460,7 +1460,7 @@ void cmd_mode::Handle (char **parameters, int pcnt, userrec *user)
if ((b[z] == '-') || (b[z] == '+'))
b[z] = '\0';
if ((!*b) || (IS_SINGLE(b,"+")) || (IS_SINGLE(b,"-")))
if ((!*b) || (IS_SINGLE(b,'+')) || (IS_SINGLE(b,'-')))
return;
if (*b)