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 3742 by michael, Sun Jun 1 16:38:45 2014 UTC vs.
Revision 3861 by michael, Thu Jun 5 20:13:54 2014 UTC

# Line 166 | Line 166 | static const struct InfoStruct info_tabl
166      "Forbids channels with special ASCII characters in their name"
167    },
168    {
169 <    "knock_delay",
169 >    "invite_client_count",
170      OUTPUT_DECIMAL,
171 <    &ConfigChannel.knock_delay,
172 <    "Delay between a users KNOCK attempts"
171 >    &ConfigChannel.invite_client_count,
172 >    "How many INVITE attempts are permitted in invite_client_time"
173 >  },
174 >
175 >  {
176 >    "invite_client_time",
177 >    OUTPUT_DECIMAL,
178 >    &ConfigChannel.invite_client_time,
179 >    "How many INVITE attempts are permitted in invite_client_time"
180 >  },
181 >  {
182 >    "knock_client_count",
183 >    OUTPUT_DECIMAL,
184 >    &ConfigChannel.knock_client_count,
185 >    "How many KNOCK attempts are permitted in knock_client_time"
186 >  },
187 >  {
188 >    "knock_client_time",
189 >    OUTPUT_DECIMAL,
190 >    &ConfigChannel.knock_client_time,
191 >    "How many KNOCK attempts are permitted in knock_client_time"
192    },
193    {
194      "knock_delay_channel",

Diff Legend

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