Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rdc9797f r0fbda193  
    2727#define _IRC_H
    2828
    29 #include "otr.h"
    30 
    3129#define IRC_MAX_LINE 512
    32 #define IRC_MAX_ARGS 16
     30#define IRC_MAX_ARGS 8
    3331
    3432#define IRC_LOGIN_TIMEOUT 60
     
    9189        GHashTable *watches;
    9290        struct __NICK *nicks;
    93         struct help *help;
    9491        struct set *set;
    9592
     
    9794        gint w_watch_source_id;
    9895        gint ping_source_id;
    99        
    100         otr_t *otr;            /* OTR state and book keeping */
    10196} irc_t;
    10297
Note: See TracChangeset for help on using the changeset viewer.