From 4099944013af67964be367b66b170edfb0db2404 Mon Sep 17 00:00:00 2001 From: Adam- Date: Sat, 6 Feb 2010 19:27:32 +0000 Subject: Recieve the max number of modes we can set at once from the IRCd and use it git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2783 5417fbe8-f217-4b02-8779-1006273d7864 --- docs/IRCD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/IRCD') diff --git a/docs/IRCD b/docs/IRCD index eadf32c51..641f218b5 100644 --- a/docs/IRCD +++ b/docs/IRCD @@ -199,6 +199,8 @@ How To Add IRCd Support 43) Delayed AUTH: Does the ircd send if a user is identified for their nick AFTER the initial NICK/UID? Set this to 0 for no. + 44) Max Modes: The max number of mode changes we can send in one line + So we've had this long list. Now there's a second struct to fill. This struct isn't as long as the previous one though, so we'll handle it quite quick compared to the previous one. -- cgit