/[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.39 by flashcode, Sat Feb 5 17:39:49 2005 UTC revision 1.40 by flashcode, Tue Feb 15 20:03:36 2005 UTC
# Line 77  typedef struct t_irc_nick t_irc_nick; Line 77  typedef struct t_irc_nick t_irc_nick;
77  struct t_irc_nick  struct t_irc_nick
78  {  {
79      char *nick;                     /* nickname                             */      char *nick;                     /* nickname                             */
80        int is_chanowner;               /* chan owner? (specific to unrealircd) */
81        int is_chanadmin;               /* chan admin? (specific to unrealircd) */
82      int is_op;                      /* operator privileges?                 */      int is_op;                      /* operator privileges?                 */
83      int is_halfop;                  /* half operaor privileges?             */      int is_halfop;                  /* half operaor privileges?             */
84      int has_voice;                  /* nick has voice?                      */      int has_voice;                  /* nick has voice?                      */
# Line 257  extern void channel_set_away (t_irc_chan Line 259  extern void channel_set_away (t_irc_chan
259    
260  /* nick functions (irc-nick.c) */  /* nick functions (irc-nick.c) */
261    
262  extern t_irc_nick *nick_new (t_irc_channel *, char *, int, int, int);  extern t_irc_nick *nick_new (t_irc_channel *, char *, int, int, int, int, int);
263  extern void nick_resort (t_irc_channel *, t_irc_nick *);  extern void nick_resort (t_irc_channel *, t_irc_nick *);
264  extern void nick_change (t_irc_channel *, t_irc_nick *, char *);  extern void nick_change (t_irc_channel *, t_irc_nick *, char *);
265  extern void nick_free (t_irc_channel *, t_irc_nick *);  extern void nick_free (t_irc_channel *, t_irc_nick *);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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