mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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()
|
||||
probability = g.probability()
|
||||
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))
|
||||
info = wrap(info, ['something'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user