Limiter: fix quoting in README.md.

This commit is contained in:
Mikaela Suomalainen 2014-06-08 17:18:35 +03:00 committed by Valentin Lorentz
parent aa73cbbd9e
commit 64acf863f0
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
This will set a limit on the channel based on plugins.Limiter.MaximumExcess plus the current number of users in the channel.
This is useful to prevent flood attacks.
This will set a limit on the channel based on `plugins.Limiter.MaximumExcess` plus the current number of users in the channel.
This is useful to prevent flood attacks.