Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/supybotconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'supybotconfig.py')
-rw-r--r--supybotconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/supybotconfig.py b/supybotconfig.py
index 53490a0..537099d 100644
--- a/supybotconfig.py
+++ b/supybotconfig.py
@@ -77,9 +77,9 @@ class WriterMap(registry.String):
class SupybotConfigProxy(object):
- def __init__(self, M):
+ def __init__(self, *args, **kwargs):
"""Do the regular default configuration, and sta"""
- self.__C = OriginalConfig(M)
+ self.__C = OriginalConfig(*args, **kwargs)
def __getattr__(self, attrname):
"""Try to get the value from the supybot registry. If it's in