From fbae3344ff70f9e035292fdc9a6e09efc2702aed Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sat, 12 Mar 2011 09:27:16 +0100 Subject: added ns_cert --- modules/protocol/plexus.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/protocol/plexus.cpp') diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index a538479db..edfdfeec4 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -36,6 +36,7 @@ IRCDVar myIrcd[] = { 1, /* ts6 */ "$$", /* TLD Prefix for Global */ 4, /* Max number of modes we can send per line */ + 1, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} -- cgit