mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Owner: Fix docstring. Closes GH-133.
This commit is contained in:
parent
5c9a62e69a
commit
1606e2d1e0
@ -479,7 +479,7 @@ class Owner(callbacks.Plugin):
|
|||||||
"""<plugin>
|
"""<plugin>
|
||||||
|
|
||||||
Unloads the callback by name; use the 'list' command to see a list
|
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.
|
be unloaded.
|
||||||
"""
|
"""
|
||||||
if ircutils.strEqual(name, self.name()):
|
if ircutils.strEqual(name, self.name()):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user