From eb0f810a47a9f9fcd5ac57a088db4f1e9d1921b2 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 13 Sep 2004 01:07:04 +0000 Subject: [PATCH] Added a dot. --- plugins/RSS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RSS.py b/plugins/RSS.py index aa1c21ed5..6d17a5598 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -263,7 +263,7 @@ class RSS(callbacks.Privmsg): if url not in self.locks: self.locks[url] = threading.RLock() if hasattr(self.__class__, name): - s = 'I already have a command in this plugin named %s' % name + s = 'I already have a command in this plugin named %s.' % name raise callbacks.Error, s def f(self, irc, msg, args): args.insert(0, url)