From b8f2e97237f69196ec1014621dcff04502b20382 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 17 Dec 2004 19:11:05 +0000 Subject: [PATCH] Forgot the dot --- plugins/Observer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Observer.py b/plugins/Observer.py index fe3e0a2bc..f736da84b 100644 --- a/plugins/Observer.py +++ b/plugins/Observer.py @@ -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'])