Changes in irc.h [dc9797f:0fbda193]
Legend:
- Unmodified
- Added
- Removed
-
irc.h
rdc9797f r0fbda193 27 27 #define _IRC_H 28 28 29 #include "otr.h"30 31 29 #define IRC_MAX_LINE 512 32 #define IRC_MAX_ARGS 1630 #define IRC_MAX_ARGS 8 33 31 34 32 #define IRC_LOGIN_TIMEOUT 60 … … 91 89 GHashTable *watches; 92 90 struct __NICK *nicks; 93 struct help *help;94 91 struct set *set; 95 92 … … 97 94 gint w_watch_source_id; 98 95 gint ping_source_id; 99 100 otr_t *otr; /* OTR state and book keeping */101 96 } irc_t; 102 97
Note: See TracChangeset
for help on using the changeset viewer.