summaryrefslogtreecommitdiffstats
path: root/ksirc/chanparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/chanparser.cpp')
-rw-r--r--ksirc/chanparser.cpp2
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());