mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-19 17:27:25 +01:00
Merge pull request #901 from GLolol/patch-1
Owner: fix a typo in plugin.py
This commit is contained in:
commit
6d1538bff2
@ -466,7 +466,7 @@ class Owner(callbacks.Plugin):
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
for callback in callbacks:
|
for callback in callbacks:
|
||||||
irc.addCallback(callback)
|
irc.addCallback(callback)
|
||||||
irc.error('No plugin %s exists.' % name)
|
irc.error('No plugin named %s exists.' % name)
|
||||||
else:
|
else:
|
||||||
irc.error('There was no plugin %s.' % name)
|
irc.error('There was no plugin %s.' % name)
|
||||||
reload = wrap(reload, ['something'])
|
reload = wrap(reload, ['something'])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user