From 27cb6d53c8fa7b01b384c91418781f3bfbc8548e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 17 Nov 2003 14:07:51 +0000 Subject: [PATCH] Set the defaultplugin of capabilities to be User. --- src/Owner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Owner.py b/src/Owner.py index c56963bb6..37e88e59e 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -86,7 +86,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): def __init__(self): callbacks.Privmsg.__init__(self) setattr(self.__class__, 'exec', self.__class__._exec) - self.defaultPlugins = {} + self.defaultPlugins = {'capabilities': 'User'} def disambiguate(self, irc, tokens, ambiguousCommands=None): if ambiguousCommands is None: