diff options
| author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-04 05:45:58 +0000 |
|---|---|---|
| committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-04 05:45:58 +0000 |
| commit | 2708eea5d13c249143b83fbaa8b552992f0ac8b6 (patch) | |
| tree | 5afffad5f83ca6daa89784c27f4d4e9c5f4eb8fc /data | |
| parent | f58026749b0c0770a322893b27c013168be5cdbc (diff) | |
Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with std::string
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2732 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/example.conf b/data/example.conf index 7299b5f04..c90b90eb0 100644 --- a/data/example.conf +++ b/data/example.conf @@ -222,10 +222,10 @@ networkinfo networkname = "LocalNet" /* - * Set this to the maximum allowed nick length on your network. Anope does not - * support values larger than 31. Be sure to set this correctly, as setting - * this wrong can result in Services being disconnected from the network. - * This directive is optional, but recommended. + * Set this to the maximum allowed nick length on your network. + * Be sure to set this correctly, as setting this wrong can result in + * Services being disconnected from the network. This directive is optional, + * but recommended. */ nicklen = 31 } |
