From 81e71fee30839b1b9ce3688d093a68ab03e600cd Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 4 Jan 2011 03:08:44 +0000 Subject: [PATCH] use the argument of /cycle as the part message --- src/tabs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tabs.py b/src/tabs.py index 30baf33a..d9e878cf 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -376,9 +376,8 @@ class MucTab(ChatTab): self.core.refresh_window() def command_cycle(self, arg): - # TODO use the argument as the exit message if self.get_room().joined: - muc.leave_groupchat(self.core.xmpp, self.get_name(), self.get_room().own_nick, "") + muc.leave_groupchat(self.core.xmpp, self.get_name(), self.get_room().own_nick, arg) self.get_room().joined = False self.core.command_join('/')