summaryrefslogtreecommitdiff
path: root/docs/IRCD
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-06 19:27:32 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-06 19:27:32 +0000
commit4099944013af67964be367b66b170edfb0db2404 (patch)
treee942353b51002d71d30b281e6ed563e7b2ecd2f6 /docs/IRCD
parent87b62c433d3abdf92b8d55987f76553d9422c3d2 (diff)
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
Diffstat (limited to 'docs/IRCD')
-rw-r--r--docs/IRCD2
1 files changed, 2 insertions, 0 deletions
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.