GNOME Bugzilla – Bug 763385
Doesn't support close command
Last modified: 2016-04-29 17:12:11 UTC
Hi, I'm used to using the /close command in xchat and hexchat to part from a channel. Polari only seems to support /part. I'm trying to get used to this, but it would be nice to support /close as well since a lot of clients allow this.
Created attachment 323531 [details] [review] ircParser: Add /close command It's simply a synonym of /part, so no reason to not add it for users used to it. Untested, but should work. Unfortunately it adds a translatable string (for the help message), so we either need a freeze break request or wait until we branch for 3.22 ...
Created attachment 323536 [details] [review] chatroomManager: Fix getRoomByName() for rooms without channel This somehow slipped through the cracks when we started to show offline rooms - just use the :channel-name property instead of TpChannel:identifier, as its available independently from the connection status. Drive-by fix found while testing.
Comment on attachment 323536 [details] [review] chatroomManager: Fix getRoomByName() for rooms without channel Attachment 323536 [details] pushed as 426f35f - chatroomManager: Fix getRoomByName() for rooms without channel
Attachment 323531 [details] pushed as 795dc68 - ircParser: Add /close command