mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Limiter: fix typo. Closes GH-35
This commit is contained in:
parent
a815f11e51
commit
add80364ee
@ -39,7 +39,7 @@ msgid ""
|
||||
"In order to use this plugin, its config values need to be properly\n"
|
||||
" setup. supybot.plugins.Limiter.enable needs to be set to True and\n"
|
||||
" supybot.plugins.Limiter.{maximumExcess,minimumExcess} should be set to\n"
|
||||
" values appropriate to your channel (if the defaults aren't satisfactory.\n"
|
||||
" values appropriate to your channel (if the defaults aren't satisfactory).\n"
|
||||
" Once these are set, and someone enters/leaves the channel, Supybot will\n"
|
||||
" start setting the proper +l modes.\n"
|
||||
" "
|
||||
|
@ -42,7 +42,7 @@ msgid ""
|
||||
"In order to use this plugin, its config values need to be properly\n"
|
||||
" setup. supybot.plugins.Limiter.enable needs to be set to True and\n"
|
||||
" supybot.plugins.Limiter.{maximumExcess,minimumExcess} should be set to\n"
|
||||
" values appropriate to your channel (if the defaults aren't satisfactory.\n"
|
||||
" values appropriate to your channel (if the defaults aren't satisfactory).\n"
|
||||
" Once these are set, and someone enters/leaves the channel, Supybot will\n"
|
||||
" start setting the proper +l modes.\n"
|
||||
" "
|
||||
|
@ -39,7 +39,7 @@ class Limiter(callbacks.Plugin):
|
||||
"""In order to use this plugin, its config values need to be properly
|
||||
setup. supybot.plugins.Limiter.enable needs to be set to True and
|
||||
supybot.plugins.Limiter.{maximumExcess,minimumExcess} should be set to
|
||||
values appropriate to your channel (if the defaults aren't satisfactory.
|
||||
values appropriate to your channel (if the defaults aren't satisfactory).
|
||||
Once these are set, and someone enters/leaves the channel, Supybot will
|
||||
start setting the proper +l modes.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user