diff options
| author | 2006-01-22 23:54:04 +0000 | |
|---|---|---|
| committer | 2006-01-22 23:54:04 +0000 | |
| commit | 8486ec92d22dcee8e2d02f0d76ddb8ade08aa9a7 (patch) | |
| tree | 175760ec4e7ad8dd61a4866cec1fa2d6204b0729 /include | |
| parent | Wrong nicklen is shown in the 005 numeric, fixed (noticed by ThaPrince) (diff) | |
Allowed for configuration of maxtargets in <options:maxtargets>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2848 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/inspircd_io.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index 0ef477ab5..da592d6c4 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -197,6 +197,11 @@ class ServerConfig : public classbase */ unsigned int SoftLimit; + /** Maximum number of targets for a multi target command + * such as PRIVMSG or KICK + */ + unsigned int MaxTargets; + /** The maximum number of /WHO results allowed * in any single /WHO command. */ |
