Forgot the dot

This commit is contained in:
Jeremy Fincher 2004-12-17 19:11:05 +00:00
parent 596abe02f0
commit b8f2e97237

View File

@ -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'])