/[weechat]/weechat/src/irc/irc.h
ViewVC logotype

Diff of /weechat/src/irc/irc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by kolter, Thu Jun 30 19:22:01 2005 UTC revision 1.62 by flashcode, Tue Jul 12 17:05:02 2005 UTC
# Line 98  struct t_irc_nick Line 98  struct t_irc_nick
98      int is_chanowner;               /* chan owner? (specific to unrealircd) */      int is_chanowner;               /* chan owner? (specific to unrealircd) */
99      int is_chanadmin;               /* chan admin? (specific to unrealircd) */      int is_chanadmin;               /* chan admin? (specific to unrealircd) */
100      int is_op;                      /* operator privileges?                 */      int is_op;                      /* operator privileges?                 */
101      int is_halfop;                  /* half operaor privileges?             */      int is_halfop;                  /* half operator privileges?            */
102      int has_voice;                  /* nick has voice?                      */      int has_voice;                  /* nick has voice?                      */
103      int is_away;                    /* = 1 if nick is away, otherwise 0     */      int is_away;                    /* = 1 if nick is away, otherwise 0     */
104      int color;                      /* color for nickname in chat window    */      int color;                      /* color for nickname in chat window    */
# Line 245  struct t_irc_dcc Line 245  struct t_irc_dcc
245      time_t last_check_time;         /* last time we looked at bytes sent/rcv*/      time_t last_check_time;         /* last time we looked at bytes sent/rcv*/
246      unsigned long last_check_pos;   /* bytes sent/recv at last check        */      unsigned long last_check_pos;   /* bytes sent/recv at last check        */
247      unsigned long bytes_per_sec;    /* bytes per second                     */      unsigned long bytes_per_sec;    /* bytes per second                     */
248        time_t last_activity;           /* time of last byte received/sent      */
249      t_irc_dcc *prev_dcc;            /* link to previous dcc file/chat       */      t_irc_dcc *prev_dcc;            /* link to previous dcc file/chat       */
250      t_irc_dcc *next_dcc;            /* link to next dcc file/chat           */      t_irc_dcc *next_dcc;            /* link to next dcc file/chat           */
251  };  };

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26