commit c3b681a6078b589ba5efcdc4ed2db7fbdc0ea3b7
parent 80562390a7aebc58f2ca3f0776223de63e105737
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 19 Aug 2017 14:58:01 +0000
reenable irc
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/ircServer.json b/configs/ircServer.json
@@ -8,7 +8,7 @@
"serveraddress": "irc.lugfl.de",
"main_channel": "#hackerspace",
"nickserv_pass": "FreifunkBotPass",
- "active": 0,
+ "active": 1,
"debug": 1
},
{
@@ -16,7 +16,7 @@
"serveraddress": "irc.hackint.org",
"main_channel": "#ffnord",
"nickserv_pass": "FreifunkBotPass",
- "active": 0,
+ "active": 1,
"debug": 1
}
]