1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

/CYCLE tried to do /PART twice.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2555 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-03-10 15:12:13 +00:00 committed by cras
parent a868bbe124
commit ee8229be48

View File

@ -589,6 +589,7 @@ static void cmd_cycle(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
/* FIXME: kludgy kludgy... and it relies on channel not /* FIXME: kludgy kludgy... and it relies on channel not
being destroyed immediately.. */ being destroyed immediately.. */
signal_emit("command part", 3, data, server, item); signal_emit("command part", 3, data, server, item);
chanrec->left = TRUE;
channel_destroy(chanrec); channel_destroy(chanrec);
server->channels_join(server, joindata, FALSE); server->channels_join(server, joindata, FALSE);