diff options
Diffstat (limited to 'irc.h')
| -rw-r--r-- | irc.h | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -26,8 +26,10 @@  #ifndef _IRC_H  #define _IRC_H +#include "otr.h" +  #define IRC_MAX_LINE 512 -#define IRC_MAX_ARGS 8 +#define IRC_MAX_ARGS 16  #define IRC_LOGIN_TIMEOUT 60  #define IRC_PING_STRING "PinglBee" @@ -93,6 +95,8 @@ typedef struct irc  	gint r_watch_source_id;  	gint w_watch_source_id;  	gint ping_source_id; +	 +	otr_t *otr;            /* OTR state and book keeping */  } irc_t;  #include "user.h" | 
