Summary: | inputline adds # to every channel string when joining making local joins impossible | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Rigo Wenning <rigo> |
Component: | inputline | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | NOR | ||
Version First Reported In: | 1.7.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konversation/72de2027f3d3e7a0c48aef6acd666e04fc0b19b1 | Version Fixed In: | |
Sentry Crash Report: |
Description
Rigo Wenning
2017-08-21 15:59:42 UTC
Git commit 72de2027f3d3e7a0c48aef6acd666e04fc0b19b1 by Eli MacKenzie. Committed on 24/08/2017 at 23:13. Pushed by argonel into branch '1.7'. Fix prefix-addressed message handling Messages sent to all channel operators or other mode-prefixed classes of channel members could use flags that conflict with channel prefix flags. This tries harder to ensure that the actual channel prefix is found. M +1 -0 ChangeLog M +1 -1 src/commit.h M +19 -15 src/irc/server.cpp M +5 -2 src/irc/server.h https://commits.kde.org/konversation/72de2027f3d3e7a0c48aef6acd666e04fc0b19b1 Thanks for the fast fix. I will now try Yes, fixed. Thanks |