# HG changeset patch # User Santeri Piippo # Date 1402613027 -10800 # Node ID 90851b22ab882381b751221ac9758e95fcc1e568 # Parent 1b726db7b0eccc1a3e7b450f5f8cf8136b856a6d - gddmnt, python. you and your type system diff -r 1b726db7b0ec -r 90851b22ab88 cobalt.py --- a/cobalt.py Fri Jun 13 01:34:53 2014 +0300 +++ b/cobalt.py Fri Jun 13 01:43:47 2014 +0300 @@ -146,7 +146,7 @@ self.cfg = cfg self.mynick = '' self.verbose = cfg['verbose'] if 'verbose' in cfg else False - self.commandprefix = g_config['commandprefix'] if 'commandprefix' in g_config else False + self.commandprefix = g_config['commandprefix'][0] if 'commandprefix' in g_config else '.' if not 'conflictsuffix' in self.cfg: self.cfg['conflictsuffix'] = '`'