# HG changeset patch # User HackBot # Date 1366647072 0 # Node ID 13dc5c9aafa6e853e164124b5fadab1041c4e9b9 # Parent 677bbaa9d86c8a3455e02b870803e3ae125d181e echo "host = \'irc.freenode.net\'; port = 6667; chan = [\'#esoteric\']; nick = \'TestHackEgo\'; password = \'nonehahablah\'" > t/DCPUToolBot-master/sample_config.py diff -r 677bbaa9d86c -r 13dc5c9aafa6 t/DCPUToolBot-master/sample_config.py --- a/t/DCPUToolBot-master/sample_config.py Mon Apr 22 16:08:28 2013 +0000 +++ b/t/DCPUToolBot-master/sample_config.py Mon Apr 22 16:11:12 2013 +0000 @@ -1,5 +1,1 @@ -host = "irc.freenode.net" -port = 6667 -chan = ["#pieislikemyfavoritefood"] -nick = "DCPUPieBot" -password = "hahahahayouactuallythoughtyouwouldfindmyrealpassword" +host = 'irc.freenode.net'; port = 6667; chan = ['#esoteric']; nick = 'TestHackEgo'; password = 'nonehahablah'