From 728f5d2ab7e7687c86073b0422edbb668b930c9c Mon Sep 17 00:00:00 2001 From: Brian White Date: Wed, 30 Mar 2011 18:49:57 -0400 Subject: [PATCH] Forgot to reset irc config --- lib/frontends/irc/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/frontends/irc/config.json b/lib/frontends/irc/config.json index e79185d..cd644fb 100644 --- a/lib/frontends/irc/config.json +++ b/lib/frontends/irc/config.json @@ -1,5 +1,5 @@ { - "server": "10.1.1.3", - "nick": "youknow", - "channels": [ "#test" ] + "server": null, + "nick": null, + "channels": [ "#mytestchannel" ] } \ No newline at end of file