ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_info.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_info.c (file contents):
Revision 5347 by michael, Sun Jan 11 12:42:20 2015 UTC vs.
Revision 5489 by michael, Sun Feb 8 14:52:23 2015 UTC

# Line 136 | Line 136 | static const struct InfoStruct info_tabl
136      "Server is a hub"
137    },
138    {
139 <    "max_clients",
139 >    "default_max_clients",
140      OUTPUT_DECIMAL,
141 <    &ConfigServerInfo.max_clients,
142 <    "Maximum number of clients permitted simultaneously on this server"
141 >    &ConfigServerInfo.default_max_clients,
142 >    "The default maximum number of clients permitted simultaneously on this server"
143    },
144    {
145      "max_nick_length",

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)