Fri, 13 Jun 2014 01:43:47 +0300
- gddmnt, python. you and your type system
cobalt.py | file | annotate | diff | comparison | revisions |
--- 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'] = '`'