Changeset 673a54c for irc.h


Ignore:
Timestamp:
2009-03-12T19:33:28Z (15 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
fc34fb5
Parents:
823de9d (diff), 9e768da (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

pretty blind try at merging in the latest trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r823de9d r673a54c  
    4040#define CMODE "t"
    4141#define UMODE "s"
     42#define CTYPES "&#"
    4243
    4344typedef enum
     
    4950        USTATUS_SHUTDOWN = 8
    5051} irc_status_t;
    51 
    52 typedef struct channel
    53 {
    54         char *name;
    55 } channel_t;
    5652
    5753typedef struct irc
     
    8985        struct query *queries;
    9086        struct account *accounts;
     87        struct chat *chatrooms;
    9188       
    9289        struct __USER *users;
     
    104101
    105102#include "user.h"
    106 // #include "nick.h"
    107103
    108104extern GSList *irc_connection_list;
Note: See TracChangeset for help on using the changeset viewer.