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