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-8/modules/m_info.c (file contents):
Revision 1402 by michael, Wed May 9 18:42:45 2012 UTC vs.
Revision 1432 by michael, Sat Jun 9 19:40:08 2012 UTC

# Line 161 | Line 161 | static const struct InfoStruct info_tabl
161      "Maximum number of channels a user can join"
162    },
163    {
164 +    "max_chans_per_oper",
165 +    OUTPUT_DECIMAL,
166 +    &ConfigChannel.max_chans_per_oper,
167 +    "Maximum number of channels an oper can join"
168 +  },
169 +  {
170      "quiet_on_ban",
171      OUTPUT_BOOLEAN_YN,
172      &ConfigChannel.quiet_on_ban,

Diff Legend

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