Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes user modes in channel, topic timestamp parsing, channel modes, and channel creation time parsing on joining for IRCDs that use valid syntax of not putting a space between the : and the last argument of the result/command
UI is properly updating with status (op/voice) channel mode changes now on these networks.
Test run on InspIRCD-3 server that exhibits this behavior:
[22:47] *** now talking in #test908
[22:47] *** channel #test908 mode is +CFTfjntx 5:60 30:5 5:1 :10:5
[22:47] *** channel created at Mon Oct 09 22:47:25 2023
[22:47] *** test12345 changed topic to test
[22:48] *** test32489 (test32489![email protected]) joined
[22:48] *** test12345 sets channel #test908 mode +o test32489
[22:48] *** now talking in #test908
[22:48] *** topic is test
[22:48] *** set by test12345![email protected] on Mon Oct 09 22:47:30 2023
[22:48] *** channel #test908 mode is +CFTfjntx 5:60 30:5 5:1 :10:5
[22:48] *** channel created at Mon Oct 09 22:47:25 2023
This can close #17