diff options
author | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-29 02:02:44 +0000 |
---|---|---|
committer | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-29 02:02:44 +0000 |
commit | 308d7937ef6feb4dc543bd871979e03f1d6d6fd3 (patch) | |
tree | 6846770c6a0a93b7f9dac828654c4b50b1234d6d /docs | |
parent | 9c2591c20a27391ce5345f67252535d129168520 (diff) |
Bug 1001: Added support for internal tracking of +j channel mode (throttling).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1940 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs')
-rw-r--r-- | docs/IRCD | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -446,6 +446,11 @@ How To Add IRCd Support Contact the anope Dev Team if this is the case. Set to 0 if CIDR's are not supported by your IRCd. + 88) Throttle Mode: The IRCd has a channelmode for throttling joins per-user. + Use 1 for yes, 0 for no. + + 89) CMode j: CMODE_ that defines throttle mode. Use 0 for no support. + 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. |