mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Forgot the dot
This commit is contained in:
parent
596abe02f0
commit
b8f2e97237
@ -190,7 +190,7 @@ class Observer(callbacks.Privmsg):
|
|||||||
command = g.command()
|
command = g.command()
|
||||||
probability = g.probability()
|
probability = g.probability()
|
||||||
irc.reply('%s matches the regular expression %s and '
|
irc.reply('%s matches the regular expression %s and '
|
||||||
'runs the command <<%s>> with a probability of %s' %
|
'runs the command <<%s>> with a probability of %s.' %
|
||||||
(name, g, command, probability))
|
(name, g, command, probability))
|
||||||
info = wrap(info, ['something'])
|
info = wrap(info, ['something'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user