diff options
| author | 2014-03-19 20:52:56 +0000 | |
|---|---|---|
| committer | 2014-04-11 16:14:10 +0200 | |
| commit | c511bb56f5ceff1e395d82c4bfd78e5c23aabab6 (patch) | |
| tree | 389364fc0772775199d4e716da414571086d090e /include/configreader.h | |
| parent | Implement support for numeric character references. (diff) | |
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Remove channels/high-join-limit privilege
Diffstat (limited to 'include/configreader.h')
| -rw-r--r-- | include/configreader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configreader.h b/include/configreader.h index ec9932658..f59fba389 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -446,11 +446,11 @@ class CoreExport ServerConfig */ OperIndex OperTypes; - /** Max channels per user + /** Default value for <connect:maxchans>, deprecated in 2.2 */ unsigned int MaxChans; - /** Oper max channels per user + /** Default value for <oper:maxchans>, deprecated in 2.2 */ unsigned int OperMaxChans; |
