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'] = '`'