1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Cosmetic.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4848 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-05-24 15:43:12 +00:00 committed by exg
parent 58d050db7c
commit d917a439da

View File

@ -250,7 +250,8 @@ static void event_join(IRC_SERVER_REC *server, const char *data, const char *nic
forgot to send PART between */
chanrec->left = TRUE;
channel_destroy(CHANNEL(chanrec));
chanrec = NULL; }
chanrec = NULL;
}
if (chanrec == NULL) {
/* look again, because of the channel name cut issues. */