Changeset 57119e8


Ignore:
Timestamp:
2010-04-11T22:26:45Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d986463
Parents:
8240840
Message:

Actually bomb out if channel creation fails at /join time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r8240840 r57119e8  
    131131       
    132132        if( ic == NULL )
     133        {
    133134                irc_send_num( irc, 479, "%s :Invalid channel name", cmd[1] );
     135                return;
     136        }
    134137       
    135138        if( ic->flags & IRC_CHANNEL_JOINED )
Note: See TracChangeset for help on using the changeset viewer.