Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

proto-irc.c: handle WHOX replies with realnames that aren't :-prefixed #2795

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

classabbyamp
Copy link

The colon is not required if the last argument is a single word.

This was causing issues where the user info context menu was stripping the first character of single-word realnames when sending the WHOX command WHO #channel %chtsunfra,152. Discovered the issue by seeing that plain WHO #channel fixed the issue temporarily.

Tested on Void Linux, with this patch applied on top of 2.16.1.

the colon is not required if the last argument is a single word

this was causing issues where the user info context menu was stripping
the first character of single-word realnames when sending the WHOX
command `WHO #channel %chtsunfra,152`. Discovered the issue by seeing that
plain `WHO #channel` fixed the issue temporarily.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant