mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Added a dot.
This commit is contained in:
parent
cca1483bc1
commit
eb0f810a47
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user