diff options
| author | 2006-03-06 00:35:59 +0000 | |
|---|---|---|
| committer | 2006-03-06 00:35:59 +0000 | |
| commit | 102cea3ab2947da96dfa13c1938d7e44a3e4fea1 (patch) | |
| tree | eda4ef6876b2dc97325a4ce8d4891d5942eda8db /src/mode.cpp | |
| parent | Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu... (diff) | |
Removed debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3475 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/mode.cpp')
| -rw-r--r-- | src/mode.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index 5689f30db..1f808099c 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -1108,10 +1108,7 @@ void ModeParser::ProcessModes(char **parameters,userrec* user,chanrec *chan,int while (*trim++); trim--; while ((*--trim == '+') || (*trim == '-')) - { - log(DEBUG,"Removed trailing modifier"); *trim = 0; - } /* The mode change must be at least two characters long (+ or - and at least one mode) */ if (((*outl == '+') || (*outl == '-')) && *(outl+1)) |
