diff --git a/plugins/Plugin/plugin.py b/plugins/Plugin/plugin.py index 105a0125f..6bb7ac73d 100644 --- a/plugins/Plugin/plugin.py +++ b/plugins/Plugin/plugin.py @@ -130,7 +130,6 @@ class Plugin(callbacks.Plugin): irc.error(format('There is no command %q.', command)) plugins = wrap(plugins, [many('something')]) ->>>>>>> 3005752... fix docstring for Plugin.plugin command so it actually says what the command will do. def author(self, irc, msg, args, cb): """