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 3876 by michael, Thu Jun 5 20:16:55 2014 UTC vs.
Revision 3877 by michael, Fri Jun 6 15:49:13 2014 UTC

# Line 515 | Line 515 | static const struct InfoStruct info_tabl
515      "The maximum number of PRIVMSG/NOTICE targets"
516    },
517    {
518 +    "throttle_count",
519 +    OUTPUT_DECIMAL,
520 +    &ConfigFileEntry.throttle_count,
521 +    "Number of connects in throttle_time before connections are blocked"
522 +  },
523 +  {
524      "throttle_time",
525      OUTPUT_DECIMAL,
526      &ConfigFileEntry.throttle_time,

Diff Legend

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