# | 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", |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |