Changeset 0e639f5 for chat.c


Ignore:
Timestamp:
2008-08-31T09:13:56Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
39f93f0
Parents:
e7bc722
Message:

Added one TODO, and also dupe-check channel names against the control
channel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chat.c

    re7bc722 r0e639f5  
    3232       
    3333        if( !chat_chanok( channel ) )
     34                return NULL;
     35       
     36        if( chat_chancmp( channel, irc->channel ) == 0 )
    3437                return NULL;
    3538       
Note: See TracChangeset for help on using the changeset viewer.