X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Feventstringifier.cpp;fp=src%2Fcore%2Feventstringifier.cpp;h=f18af1098b112cc6251a9ca84a55e60993b7999f;hp=186fe1302acb49f8bf146612050c33830cd2277e;hb=a2e096ed11221866f9707ad61265a9d359a21de3;hpb=bd3c5592e03480b17087abe44ae96048e0ab2e74 diff --git a/src/core/eventstringifier.cpp b/src/core/eventstringifier.cpp index 186fe130..f18af109 100644 --- a/src/core/eventstringifier.cpp +++ b/src/core/eventstringifier.cpp @@ -657,6 +657,16 @@ void EventStringifier::processIrcEvent352(IrcEvent *e) } +/* RPL_WHOSPCRPL: " # ~ + ("H"/ "G") :" +Could be anything else, though. User-specified fields. +See http://faerion.sourceforge.net/doc/irc/whox.var */ +void EventStringifier::processIrcEvent354(IrcEvent *e) +{ + displayMsg(e, Message::Server, tr("[WhoX] %1").arg(e->params().join(" "))); +} + + /* RPL_ENDOFWHOWAS - " :End of WHOWAS" */ void EventStringifier::processIrcEvent369(IrcEvent *e) {