diff options
Diffstat (limited to 'ksirc/chanparser.cpp')
-rw-r--r-- | ksirc/chanparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/chanparser.cpp b/ksirc/chanparser.cpp index ece0864e..b2bdc93c 100644 --- a/ksirc/chanparser.cpp +++ b/ksirc/chanparser.cpp @@ -819,7 +819,7 @@ parseResult * ChannelParser::parseINFOMode(TQString string) } case 'o': // Op, arg is the nick case 'v': // Voice, arg is the nick - case 'b': // Ban, arg is tqmask banned + case 'b': // Ban, arg is mask banned case 'k': // kcik, arg is nick if(ai == NULL) return new parseError(i18n("Unable to parse mode change: %1").tqarg(string), TQString()); |