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