/[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.47 by flashcode, Sun Mar 13 23:36:47 2005 UTC revision 1.48 by flashcode, Tue Mar 15 21:15:36 2005 UTC
# Line 114  struct t_irc_channel Line 114  struct t_irc_channel
114      char modes[NUM_CHANNEL_MODES+1];/* channel modes                        */      char modes[NUM_CHANNEL_MODES+1];/* channel modes                        */
115      int limit;                      /* user limit (0 is limit not set)      */      int limit;                      /* user limit (0 is limit not set)      */
116      char *key;                      /* channel key (NULL if no key is set)  */      char *key;                      /* channel key (NULL if no key is set)  */
117        int nicks_count;                /* # nicks on channel (0 if dcc/pv)     */
118      int checking_away;              /* = 1 if checking away with WHO cmd    */      int checking_away;              /* = 1 if checking away with WHO cmd    */
119      t_irc_nick *nicks;              /* nicks on the channel                 */      t_irc_nick *nicks;              /* nicks on the channel                 */
120      t_irc_nick *last_nick;          /* last nick on the channel             */      t_irc_nick *last_nick;          /* last nick on the channel             */

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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