| Summary: | Server kicks are not shown | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Bernd Buschinski <b.buschinski> |
| Component: | protocol | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | hein |
| Priority: | NOR | ||
| Version First Reported In: | 1.5-rc1 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Bernd Buschinski
2011-01-14 16:21:59 UTC
ok I tracked it down to
InputFilter::parseLine
if ((!prefix.contains('!')) && (prefix != m_server->getNickname()))
in line 147
with "*.quakenet.org" as prefix it seems not all prefix must contain a '!'
to be a client command.
My problem now I don't know how to identify a "100% safe" client command
Updates? |