diff options
| author | 2006-03-02 19:39:03 +0000 | |
|---|---|---|
| committer | 2006-03-02 19:39:03 +0000 | |
| commit | 6880d5bced3e896c31469c645bb9df00191968ff (patch) | |
| tree | c6eebea30cb2d39b7bf2c4ed50cca0c22623abe8 /src/mode.cpp | |
| parent | Added IS_SINGLE, see comment in include/inspircd.h (diff) | |
Typos
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3439 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/mode.cpp')
| -rw-r--r-- | src/mode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index f14c3bcb5..fd68c3cfb 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -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) |
