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 3932 by michael, Fri Jun 6 18:47:06 2014 UTC vs.
Revision 3933 by michael, Mon Jun 9 17:56:42 2014 UTC

# Line 197 | Line 197 | static const struct InfoStruct info_tabl
197      "Delay between KNOCK attempts to a channel"
198    },
199    {
200 <    "max_chans_per_user",
200 >    "max_channels",
201      OUTPUT_DECIMAL,
202 <    &ConfigChannel.max_chans_per_user,
202 >    &ConfigChannel.max_channels,
203      "Maximum number of channels a user can join"
204    },
205    {
206    "max_chans_per_oper",
207    OUTPUT_DECIMAL,
208    &ConfigChannel.max_chans_per_oper,
209    "Maximum number of channels an oper can join"
210  },
211  {
206      "max_bans",
207      OUTPUT_DECIMAL,
208      &ConfigChannel.max_bans,

Diff Legend

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