From 5a71d9c5b14aa749b532666b71b25ce2afcdc5bb Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Sat, 9 Feb 2008 18:58:13 +0100 Subject: - add support for setting ops/voice according to OTR msgstate - add 'otr trust' user command - support non-otr messages during keygen - run otr messages through strip_html - interpret and tags in html messages - record max message size in prpl - add 'encrypted' flag to user_t - cosmetics --- irc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 318e263e..77738640 100644 --- a/irc.h +++ b/irc.h @@ -29,7 +29,7 @@ #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" -- cgit v1.2.3