Changeset f7ca587 for irc.h


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.h

    r2fe5eb9 rf7ca587  
    6767        struct irc_user *user;
    6868       
    69         char *last_root_cmd; /* Either the nickname from which the last root
    70                                 msg came, or the last channel root was talked
    71                                 to. */
    72 
    7369        char *password; /* HACK: Used to save the user's password, but before
    7470                           logging in, this may contain a password we should
     
    155151       
    156152        GSList *users; /* struct irc_channel_user */
     153        struct irc_user *last_target;
    157154        struct set *set;
    158155       
Note: See TracChangeset for help on using the changeset viewer.