From 1606e2d1e091aaa734232110b5fcd99c9e3c3d25 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 11 Feb 2012 15:19:14 +0100 Subject: [PATCH] Owner: Fix docstring. Closes GH-133. --- 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 ad47ee043..6b31294f3 100644 --- a/plugins/Owner/plugin.py +++ b/plugins/Owner/plugin.py @@ -479,7 +479,7 @@ class Owner(callbacks.Plugin): """ Unloads the callback by name; use the 'list' command to see a list - of the currently loaded callbacks. Obviously, the Owner plugin can't + of the currently loaded plugins. Obviously, the Owner plugin can't be unloaded. """ if ircutils.strEqual(name, self.name()):