You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<< PING matterircd
>> :matterircd PONG matterircd :matterircd
--> lag pong
<< PART #_users
>> :peter!peter@localhost PART #_users
>> :peter!peter@localhost PART #_users
<< PING matterircd
>> :matterircd PONG matterircd :matterircd
I've issued a part command to leave a channel. As the state of channels is managed by the ircd, the ircd is the only one who can say wether I left a channel or not. Therefore it is normal that the ircd replies with the message that I left the channel.
The issue here is that matterircd - for some reason - sends this message twice, which is incorrect.
The text was updated successfully, but these errors were encountered:
(using v0.16.7-dev, on a slack connection)
If I look at the raw irc log:
I've issued a part command to leave a channel. As the state of channels is managed by the ircd, the ircd is the only one who can say wether I left a channel or not. Therefore it is normal that the ircd replies with the message that I left the channel.
The issue here is that matterircd - for some reason - sends this message twice, which is incorrect.
The text was updated successfully, but these errors were encountered: