mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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
@ -250,7 +250,8 @@ static void event_join(IRC_SERVER_REC *server, const char *data, const char *nic
|
|||||||
forgot to send PART between */
|
forgot to send PART between */
|
||||||
chanrec->left = TRUE;
|
chanrec->left = TRUE;
|
||||||
channel_destroy(CHANNEL(chanrec));
|
channel_destroy(CHANNEL(chanrec));
|
||||||
chanrec = NULL; }
|
chanrec = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
if (chanrec == NULL) {
|
if (chanrec == NULL) {
|
||||||
/* look again, because of the channel name cut issues. */
|
/* look again, because of the channel name cut issues. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user