]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Send the ACCEPT and KEYLEN ISUPPORT tokens.
authorPeter Powell <petpow@saberuk.com>
Tue, 6 Feb 2018 15:01:30 +0000 (15:01 +0000)
committerPeter Powell <petpow@saberuk.com>
Wed, 7 Feb 2018 11:35:42 +0000 (11:35 +0000)
commit12a47e788b3eba8e395abdd46c2dc91692b9b292
tree2f235069e4f714b9a01ef0abc01e00f5d75895ce
parent4132a44396d8fa3d23f87b5cbea5b928aa09769f
Send the ACCEPT and KEYLEN ISUPPORT tokens.

- The ACCEPT=[count] token specifies the maximum amount of nicks
  which can be added to a m_callerid accept list. This token was
  added by ircd-ratbox in 3.0.9.

- The KEYLEN=[length] token specifies the maximum length of a
  channel key. This token was added by ircd-ratbox in 3.1 beta.

For more info see http://defs.ircdocs.horse/defs/isupport.html
src/coremods/core_channel/cmode_k.cpp
src/coremods/core_channel/core_channel.cpp
src/coremods/core_channel/core_channel.h
src/modules/m_callerid.cpp