Changeset 92c8d41 for irc_channel.c


Ignore:
Timestamp:
2010-06-26T21:26:41Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e907683
Parents:
41d415b
Message:

Remember in which channel the user talked to someone and show responses in
that same channel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    r41d415b r92c8d41  
    375375                if( iu && iu->f->privmsg )
    376376                {
    377                         iu->flags &= ~IRC_USER_PRIVATE;
     377                        iu->last_channel = ic;
    378378                        iu->f->privmsg( iu, s );
    379379                }
Note: See TracChangeset for help on using the changeset viewer.