diff --git a/brutal/spawn/spawn_template/spawn_name/config.py b/brutal/spawn/spawn_template/spawn_name/config.py index f56d170..7256420 100644 --- a/brutal/spawn/spawn_template/spawn_name/config.py +++ b/brutal/spawn/spawn_template/spawn_name/config.py @@ -27,7 +27,7 @@ # 'port': 6667, # 'use_ssl': False, # default or irc # 'password': '', - # 'channels': ['room', ('private_room', 'pass')] + # 'channels': ['#room', ('#private_room', 'pass')] # } ], 'enabled_plugins': { @@ -45,9 +45,9 @@ # 'port': 6667, # 'use_ssl': False, # default or irc # 'password': '', - # 'channels': ['room', ('private_room', 'pass')] + # 'channels': ['#room', ('#private_room', 'pass')] # } # ], # 'plugin_settings': {} # } -] \ No newline at end of file +]