Changeset 0e639f5


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.

Files:
2 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       
  • root_commands.c

    re7bc722 r0e639f5  
    302302               
    303303                /*
     304                FIXME: Make these work again. Probably a gross hack.
     305               
    304306                if( a->ic && s && s->flags & ACC_SET_OFFLINE_ONLY )
    305307                {
Note: See TracChangeset for help on using the changeset viewer.