use the argument of /cycle as the part message

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2011-01-04 03:08:44 +00:00
parent ea7fe6bb96
commit 81e71fee30

View file

@ -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('/')