From 3abd8acef73983fcc082efab9c9b052e0d48eecd Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Mon, 21 Nov 2011 15:09:16 +1300 Subject: [PATCH] Updated default config file --- core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index e884d7d..a518925 100644 --- a/core/config.py +++ b/core/config.py @@ -17,7 +17,7 @@ if not os.path.exists('config'): "server": "irc.esper.net", "nick": "cloudbot_test", "user": "cloudbot", - "realname": "CloudBot 3/DEV", + "realname": "CloudBot/DEV - https://github.com/lukeroge/CloudBot", "nickserv_password": "", "channels": ["#mau5bot"] }