Added a dot.

This commit is contained in:
Jeremy Fincher 2004-09-13 01:07:04 +00:00
parent cca1483bc1
commit eb0f810a47
1 changed files with 1 additions and 1 deletions

View File

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