mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Typos
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3439 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
c3b861b250
commit
6880d5bced
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user