Changeset bce78c8 for irc_commands.c


Ignore:
Timestamp:
2010-05-02T18:48:26Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e54112f
Parents:
a4cdf43
Message:

Restored classical control channel behaviour (the ability to talk to
contacts in there).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    ra4cdf43 rbce78c8  
    288288                }
    289289                else if( iu->f->privmsg )
     290                {
     291                        iu->flags |= IRC_USER_PRIVATE;
    290292                        iu->f->privmsg( iu, cmd[2] );
     293                }
    291294        }
    292295        else
Note: See TracChangeset for help on using the changeset viewer.