From 426932b5a649b683a3ba0e49aba5812d6b1b9886 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 30 Apr 2009 02:49:47 +0000 Subject: [PATCH] Add the MudBytes connection details to config_default.py for easy access. --- src/config_defaults.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config_defaults.py b/src/config_defaults.py index 12b19a34d..ac333bb88 100644 --- a/src/config_defaults.py +++ b/src/config_defaults.py @@ -97,6 +97,9 @@ IMC2_SERVER_PW = None # This isn't something you should generally change. IMC2_PROTOCOL_VERSION = '2' +# MudBytes IMC Information +#IMC2_SERVER_ADDRESS = 'server02.mudbytes.net' +#IMC2_SERVER_PORT = 9000 """ Various comm channels for emitting debug or informative messages. """