freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

ircServer.json (508B)


      1 {
      2   "botname": "FreifunkBot",
      3   "autoupdate": 0,
      4   "disconnect_meassage": "Bot was stopped!",
      5   "servers": [
      6     {
      7       "servername": "Lugfl",
      8       "serveraddress": "irc.lugfl.de",
      9       "main_channel": "#hackerspace",
     10       "nickserv_pass": "FreifunkBotPass",
     11       "active": 1,
     12       "debug": 1
     13     },
     14     {
     15       "servername": "Hackint",
     16       "serveraddress": "irc.hackint.org",
     17       "main_channel": "#ffnord",
     18       "nickserv_pass": "FreifunkBotPass",
     19       "active": 1,
     20       "debug": 1
     21     }
     22   ]
     23 }