Changeset f7ca587 for irc_user.c


Ignore:
Timestamp:
2010-07-29T18:18:54Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1521a85
Parents:
2fe5eb9
Message:

Restore default_target setting, kill last_root_cmd variable and just use
the last_channel variable, like for any other user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_user.c

    r2fe5eb9 rf7ca587  
    222222        char cmd[strlen(msg)+1];
    223223       
    224         g_free( iu->irc->last_root_cmd );
    225         iu->irc->last_root_cmd = g_strdup( iu->nick );
    226        
    227224        strcpy( cmd, msg );
    228225        root_command_string( iu->irc, cmd );
Note: See TracChangeset for help on using the changeset viewer.