From f712ee26338afe83f88d657e3dcf92a993807504 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Mon, 21 Nov 2011 17:55:39 +1300 Subject: [PATCH] Changed default config --- core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index 9c473fc..f80b234 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/DEV - https://github.com/lukeroge/CloudBot", + "realname": "CloudBot/DEV - http://j.mp/uS5Cvx", "nickserv_password": "", "channels": ["#mau5bot"] }