From 6ed695b5c556eb05d939adee17d9996005854db6 Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Fri, 24 Dec 2010 02:04:06 +0100 Subject: [PATCH] Add missing section to mumo.ini and set a default for the Treename in mbf2man.py --- mumo.ini | 6 ++++++ tools/mbf2man.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mumo.ini b/mumo.ini index ec1c48e..1d6bbd1 100644 --- a/mumo.ini +++ b/mumo.ini @@ -24,6 +24,12 @@ secret = watchdog = 15 +[murmur] +; Comma seperated list of server ids to listen on (empty for all) +; note that if a server isn't listed here no events for it can +; be received in any module +servers = + [modules] mod_dir = modules/ cfg_dir = modules-enabled/ diff --git a/tools/mbf2man.py b/tools/mbf2man.py index 3186597..a65d230 100644 --- a/tools/mbf2man.py +++ b/tools/mbf2man.py @@ -61,7 +61,7 @@ if __name__ == "__main__": parser.add_option('-s', '--secret', help = 'Ice secret', default = '') parser.add_option('-n', '--name', - help = 'Treename') + help = 'Treename', default = 'BF2') parser.add_option('-o', '--out', default = 'bf2.ini', help = 'File to output configuration to') (option, args) = parser.parse_args()