matrix-org / matrix-ircd

An IRCd implementation backed by Matrix.
Apache License 2.0
224 stars 41 forks source link

Parse JOINs correctly #69

Open lep opened 4 years ago

lep commented 4 years ago

Currently the valid irc-line JOIN #channel-a,#channel-b is parsed as IrcCommand::Join { "#channel-a,#channel-b"} when it should emit two JOINs instead.

VanillaBrooks commented 4 years ago

I'll take this one