Owner: Fix docstring. Closes GH-133.

This commit is contained in:
Valentin Lorentz 2012-02-11 15:19:14 +01:00
parent 5c9a62e69a
commit 1606e2d1e0

View File

@ -479,7 +479,7 @@ class Owner(callbacks.Plugin):
"""<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()):