mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02: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:
parent
58d050db7c
commit
d917a439da
1 changed files with 2 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue