Changeset d860a8d for irc.h


Ignore:
Timestamp:
2010-04-01T03:38:50Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e63507a
Parents:
81e04e1
Message:

Restored "account" root command and restored enough stuff to be able to
send messages. Also started moving stuff out from nogaim.* into bee_* files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r81e04e1 rd860a8d  
    7575       
    7676        struct query *queries;
    77         struct account *accounts;
    7877        GSList *file_transfers;
    7978       
     
    113112        //int sendbuf_flags;
    114113       
    115         //struct user *b;
     114        struct bee_user *bu;
    116115       
    117116        const struct irc_user_funcs *f;
     
    152151        gboolean (*privmsg)( irc_channel_t *iu, const char *msg );
    153152};
     153
     154extern const struct bee_ui_funcs irc_ui_funcs;
    154155
    155156/* irc.c */
Note: See TracChangeset for help on using the changeset viewer.