From f96d00d26ecac4bd728c0d227f4231162e5ec653 Mon Sep 17 00:00:00 2001 From: GLolol Date: Mon, 10 Nov 2014 18:34:49 -0800 Subject: [PATCH] Owner: fix a typo in plugin.py --- plugins/Owner/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Owner/plugin.py b/plugins/Owner/plugin.py index 2ce8724e8..4c39ab712 100644 --- a/plugins/Owner/plugin.py +++ b/plugins/Owner/plugin.py @@ -466,7 +466,7 @@ class Owner(callbacks.Plugin): except ImportError: for callback in callbacks: irc.addCallback(callback) - irc.error('No plugin %s exists.' % name) + irc.error('No plugin named %s exists.' % name) else: irc.error('There was no plugin %s.' % name) reload = wrap(reload, ['something'])