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

commit cc6651068b26e66d9ec4e593d6c8cf787de5509a
parent b001009b96c1458914028872b783d7cc0bcc9006
Author: Marcel Radzio <marcel@radzio-sh.de>
Date:   Fri, 11 Dec 2015 23:34:09 +0100

add error handler

Diffstat:
Mhandlers/irc.js | 55++++++++++++++++++++++++++++++++++---------------------
Atest | 2++
2 files changed, 36 insertions(+), 21 deletions(-)

diff --git a/handlers/irc.js b/handlers/irc.js @@ -7,12 +7,12 @@ var bot = new irc.Client('irc.lugfl.de', 'DoorBot', { messageSplit: 1000000 }); var request = require('request'); +var fs = require('fs'); module.exports = { ircPreload: function (){ bot.addListener('error', function(message) { - console.log('error: ', message); setTimeout(function() { console.log("wait 7sek"); }, 7000); - irc.ircNick(); + bot.send('nick', 'DoorBot'); bot.say('NickServ', 'identify DoorBotPass'); }); setTimeout(function() { console.log("wait 7sek"); }, 7000); @@ -33,6 +33,7 @@ module.exports = { }, ircBotCommands: function(){ bot.addListener('message', function (from, to, message) { + message = message.toLowerCase(); if (message == "!help"){ console.log(from + ' => ' + to + ': ' + message); bot.say(from, "Here is your Help!\nCommand List:\n- !help - Shows this page.\n- !DoorStatus - Shows the actual Door Status in an PM\n- !DoorStatus channel - Shows the actual Door Status in the channel drom where it was run\n- !where - Shows the address of the Nordlab e.V.\n- !who - Shows who is allowed to come to the Nordlab e.V.\n- !when - Shows who the Nordlab e.V. Hackerspace usually is open"); @@ -51,9 +52,9 @@ module.exports = { } if (message == "!when"){ console.log(from + ' => ' + to + ': ' + message); - bot.say(from, "The Hackerpace of Norlab e.V. is usually opened every Monday at 18pm o'clock."); + bot.say(from, "The Hackerpace of Norlab e.V. is usually opened every Monday at 6pm o'clock."); } - if (message == "!DoorStatus"){ + if (message == "!doorstatus"){ request.get('http://www.nordlab-ev.de/doorstate/status.txt', function (error, response, body) { if (!error && response.statusCode == 200) { door_status = body; @@ -71,23 +72,35 @@ module.exports = { bot.say(from, "DoorStatus is: " + door_status); }).setMaxListeners(0); } - if (message == "!DoorStatus channel"){ - request.get('http://www.nordlab-ev.de/doorstate/status.txt', function (error, response, body) { - if (!error && response.statusCode == 200) { - door_status = body; - //console.log(body); - }else{ - door_status = error; - //console.log(error); - } - if (door_status == "geschlossen"){ - door_status = "closed"; - }else{ - door_status = "open"; - } - console.log(from + ' => ' + to + ': ' + message); - bot.say(to, "DoorStatus is: " + door_status); - }).setMaxListeners(0); + var channel = message.split(" "); + if (message == "!doorstatus " + channel[channel.length-1]){ + request.get('http://www.nordlab-ev.de/doorstate/status.txt', function (error, response, body) { + if (!error && response.statusCode == 200) { + door_status = body; + //console.log(body); + }else{ + door_status = error; + //console.log(error); + } + if (door_status == "geschlossen"){ + door_status = "closed"; + }else{ + door_status = "open"; + } + console.log(message); + bot.list(); + bot.addListener('channellist', function (channel_list) { + for (var key in channel_list) { + if (channel_list.hasOwnProperty(key)) { + if (channel_list[key]["name"] == channel[channel.length-1]) { + console.log("1"); + bot.join(channel[channel.length-1]); + bot.say(channel[channel.length-1], "DoorStatus is: " + door_status); + } + } + } + }); + }).setMaxListeners(0); } if (message == "!kill"){ if ((from == "DasNordlicht") || (from == "MTRNord")) { diff --git a/test b/test @@ -0,0 +1 @@ +[{"name":"#chaosvpn","users":"31","topic":"pronto was here | we need more c64 jokes,8,1 | https://wiki.hamburg.ccc.de/ChaosVPN"},{"name":"#gits","users":"3"},{"name":"#seccdc","users":"6"},{"name":"#thw","users":"4","topic":"Technisches Hilfswerk // Quatsch und Quark :)"},{"name":"#defcon","users":"3"},{"name":"#zknt","users":"3","topic":"Critical: 1, warning: 1, ok: 678, up: 29, down: 0, unreachable: 0, pending: 0"},{"name":"#csgo","users":"4"},{"name":"#29c3","users":"4"},{"name":"#ffka","users":"58","topic":"Freifunk in Karlsruhe! | Treffen 2-wöchentlich 20 Uhr im Entropia. | Images: http://karlsruhe.freifunk.net/firmware/ | Config zum Selberbauen: https://github.com/ffka | Nächstes Treffen: 07.01.2016 20:00 Stammtisch (Dauer: 2 Stunden)"},{"name":"#rzl-rev","users":"4"},{"name":"#flauschecke","users":"4"},{"name":"#mondbasis9","users":"4","topic":"BANANAS! | Monatsabrechnung: http://bananapi-clemens:8000/gmrf6itidu"},{"name":"#toppoint","users":"7","topic":"Toppoint e.V. - Internet-Pioniere und Hackerspace in Kiel | Mo Chaostreff, Do ttt, Fr frickl - jeweils ab ca. 19h, jetzt im Wissenschaftspark: https://www.openstreetmap.org/node/3654828659"},{"name":"#WCSCslack","users":"8"},{"name":"#locc3","users":"16","topic":"\"Do 23:00 Meeting @GPN15 | Get Camp Ready :)\""},{"name":"#BER","users":"6","topic":"CCCamp 2015 BER village (https://events.ccc.de/camp/2015/wiki/Village:BER)"},{"name":"#nossl","users":"6","topic":"Wahrscheinlich bist du hier, weil deine Verbindung zum Server nicht verschlüsselt ist, sobald du SSL/TLS aktiviert hast, funktioniert es wieder."},{"name":"#ffki","users":"44","topic":"Freifunk Kiel - http://kiel.freifunk.net/ - http://freifunk.in-kiel.de/ | FFKI-Treffen: jeden 1. Do im Monat ab 20:00 in der Toppoint, Neufeldthaus"},{"name":"#camp","users":"55","topic":"thank you for being excellent to each other | https://events.ccc.de/camp/2015/wiki/Main_Page"},{"name":"#32c3","users":"327","topic":"32C3: Gated Communities; Gates closed (tickets sold out): https://events.ccc.de/2015/12/07/32c3-ticket-status/ | wiki: https://events.ccc.de/congress/2015"},{"name":"#chaotikum","users":"16","topic":"Ist der Space offen? -> http://nobreakspace.org | Wir suchen noch Regale! | Neuer Space -> Mengstraße 6"},{"name":"#c3pb.sh","users":"3"},{"name":"#CWN","users":"6","topic":"#cwn trolled by moshe"},{"name":"#c-radar","users":"15","topic":"https://c-radar.ccc.de/en/article/386/c-radar-november-2015-ccc-tv-ablehnung-durch-apple"},{"name":"#camp-maps","users":"6","topic":"https://maps.c3voc.de/"},{"name":"#ffpi","users":"14","topic":"Freifunk Pinneberg"},{"name":"#namenlos","users":"9","topic":"Willkommen im neuen Therapiezimmer. Jetzt neu mit Bots, Buffet, Kuh-chen und Sofa."},{"name":"#ffmwu","users":"23","topic":"Freifunk in Mainz, Wiesbaden & Umgebung | http://mainz.freifunk.net http://wiesbaden.freifunk.net | http://github.com/freifunk-mwu | http://wiki.freifunk-mainz.de"},{"name":"#ffpb","users":"45","topic":"Firmware 0.6.5 ist veröffentlicht | Treffen Mittwochs in der Westernmauer 12"},{"name":"#freieslabor","users":"10","topic":"Freies Labor Hildesheim - The lab is open since Fri, 19:18 - https://freieslabor.org"},{"name":"#idle-chat","users":"17","topic":"http://irpg.bspar.org ||| join #idle-rpg to play the game! :) ||| make sure to register with the idlerpg bot! --> /msg idlerpg REGISTER <char name> <password> <char class>"},{"name":"#Alabama1","users":"3"},{"name":"#poul","users":"3"},{"name":"#chaos.expert","users":"3"},{"name":"#32c3-zero","users":"3","topic":"Talking on how to get the RaspberryPi Zero or TheMagPi #40 at 32c3; Check out https://etherpad.net/p/RaspberryPiZero32C3"},{"name":"#ccc.do","users":"21","topic":"#ccc.do - authentic original | see #ctdo for even more chaostreff-dortmund ppl"},{"name":"#afnet","users":"3"},{"name":"#the-sicks","users":"3"},{"name":"#djgnulpf","users":"23","topic":"[Vol: 40] Now playing: <nothing>"},{"name":"#leitstelle511-ctf","users":"4","topic":"10.07. 10:00 - 12.07. 10:00 PoliCTF: http://polictf.it"},{"name":"#hackint","users":"39","topic":"Hackint IRC Network support channel, we help you with irc related stuff here | Just go ahead, ask your questions! | (NEW) Twitter: @hackintirc | Website: http://www.hackint.org"},{"name":"#bkpctf","users":"4"},{"name":"#hackover","users":"31","topic":"https://hackover.de | 3-Tagesplan 1915 erfolgreich abgeschlossen! | Recordings 2014: https://media.ccc.de/c/hackover2014 | Badge 2014: https://hannover.ccc.de/~imp/badge14/ | any requests for hacking will be reported"},{"name":"#polictf","users":"20","topic":"Final ranking: http://polictf.it/ranking/ | Thank you for playing | Our blog: towerofhanoi.github.io"},{"name":"#badtoken","users":"9"},{"name":"#ctc-labs","users":"6","topic":"( ͡° ͜ʖ ͡°)"},{"name":"#eventinfra","users":"3","topic":"Welcome in #eventinfra - https://eventinfra.org"},{"name":"#hackerpost","users":"3"},{"name":"#gpn","users":"73","topic":"Nächstes Orgatreffen: 6.12.15 18:00 Entropia | GPN16 2016-05-26 - 2016-05-29 | Antenne Gulasch aus der Konserve: http://sdr.entropia.de/?tag=gpn15"},{"name":"#seidenstrasse","users":"23","topic":"Wiki: https://events.ccc.de/congress/2015/wiki/Projects:Seidenstrasse | Mailingliste: http://lists.chaos-inkl.de/cgi-bin/mailman/listinfo/seidenstrasse"},{"name":"#spacetime","users":"10","topic":" http://en.wikipedia.org/wiki/Atlas_of_Peculiar_Galaxies || https://www.dropbox.com/s/n434nr6bw390lbz/%23spacetimepastlife.txt || https://www.dropbox.com/s/3arz9x5ngw9cviw/space.txt (WIP) || http://howmanypeopleareinspacerightnow.com/"},{"name":"#camp-wiki","users":"28","topic":"wiki related things only. consult #camp for other questions, please!"},{"name":"#hackbbs","users":"25","topic":"Hack FR/EN | Recrutement: 3 pentester| http://rafale.org/subjects.php | http://bit.ly/1Usdk9P | vpn(tap&tun): ctf.hackbbs.org"},{"name":"#ffks","users":"13","topic":"Freifunk Kassel | https://ffks.de/ | http://git.io/vlZ13 | @freifunkks | HNA: https://ffks.de/pad/p/HNA"},{"name":"#ffms","users":"13","topic":"Freifunk Münsterland | freifunk-muensterland.de -- Es sind alle Gateways online (auch wenn es nicht so aussieht)"},{"name":"#ccchb","users":"10","topic":"Dienstags Gotttreff in der CCC Bremen! Kommt zahlreich!"},{"name":"#subtitles","users":"16","topic":"c3subtitles | Wiki: http://subtitles.media.ccc.de/wiki/ | Coordination (31c3 talks): https://subtitles.pads.ccc.de/31c3-transcripts | https://ethersheet.org/s/31c3-transcripts"},{"name":"#c3kl","users":"50","topic":"\"-=[ Chaos inKL. ]=[ Der CCC in Kaiserslautern ]=[ Di,8.12. Vortrag Papierfalten ]=[ jeden Samstag Open HackNight ]=[ https://chaos-inkl.de ]=-"},{"name":"#ec-uno","users":"8","topic":"Uno - http://i.imgur.com/nrEGGRE.jpg | Spiel starten: $uno | Beitreten: jo | Hilfe: $help uno"},{"name":"#cccac-ctf","users":"3"},{"name":"#ccc-ks","users":"12","topic":"CCC Kassel - ++++ In Windeseile: Neuer Flaschenzug schnell erklärbar ++++"},{"name":"#ffhb","users":"41","topic":"bremen.freifunk.net | Treffen immer am 1. Freitag und 3. Donnerstag im Monat um 19 Uhr im Hackerspace Bremen | Nächstes Treffen am Do. 17.12.2015 (http://wiki.bremen.freifunk.net/Treffen/2015_12_17) | Stammtisch Do. 20 Uhr Charlotte Gainsbourgh | Offtopic -> #ffhb_gelaber"},{"name":"#camp-tweets","users":"5","topic":"it's time for #32c3-tweets. move over :)"},{"name":"#wav","users":"6"},{"name":"#ffda-refugees","users":"13","topic":"orga-intern für Aufbau in Unterkünften"},{"name":"#relibgen","users":"5"},{"name":"#datenspuren","users":"5"},{"name":"#ffho","users":"8","topic":"Freifunk Hochstift | Firmware 0.6.5 ist veröffentlicht | Treffen Mittwochs in der Westernmauer 12"},{"name":"#ffhl","users":"37","topic":"Wer das Freifunkprojekt in HL und Umgebung unterstützen möchte, kann dies auch hier tun: www.betterplace.org/p18686"},{"name":"#unix.porn","users":"13","topic":"https://events.ccc.de/2015/12/01/32c3-anerkannt-als-bildungsurlaub-in-hamburg-und-dem-saarland/ 🍆"},{"name":"#codegate","users":"3"},{"name":"#hackverket","users":"4","topic":"V�lkommen till Det Kungliga Statliga Hackverket"},{"name":"#ffda-backyard-radio","users":"9","topic":"Community-ran radio station on the FFDA network: https://taiga.darmstadt.freifunk.net/project/backyard-radio/"},{"name":"#schaffenburg","users":"7","topic":"Willkommen im Channel des Schaffenburg e.V. | https://schaffenburg.org/ | Git: https://goo.gl/PfJSSg | Nächstes Treffen: am 9.12 um 20 Uhr im Space! | Space: stay tuned"},{"name":"#cda-cricom","users":"5"},{"name":"#entropia","users":"110","topic":"entropia.de || 32C3 2015-12-27 - 2015-12-30 || GPN16 2016-05-26 - 2016-05-29 || Listen to the radio: sdr.entropia.de || Hackerschwimmen immer Mo & Do 20:50 Fächerbad || Congresstickets? Fluxkondensator und *viel* Energie mitbringen"},{"name":"#poettering","users":"3"},{"name":"#inf12.dd","users":"3","topic":"Stundenpläne & Vertiefungsmodule sind da <http://web.inf.tu-dresden.de/Fak/w/15/stundenplan.html> — The first rule of #inf12.dd: We do not talk about #inf12.dd."},{"name":"#stammtisch","users":"3","topic":"Unnerzuckert Hoden is der Tod!"},{"name":"#32c3-gate","users":"10","topic":"Hi, in order to join #32c3, please register your nick"},{"name":"#ffhh","users":"83","topic":"http://hamburg.freifunk.net - Lerne Freifunk Hamburg beim Offenen Montag kennen. Jede Woche ab 19 Uhr im CCCHH, Zeiseweg 9 in Altona."},{"name":"#frickl","users":"4","topic":"Elektronik-Basteln in Kiel, Fr ab ca. 19h, im Toppoint e.V. | https://lists.toppoint.de/cgi-bin/mailman/listinfo/frickl"},{"name":"#bytespeicher-testing","users":"6"},{"name":"#c3infodesk","users":"11","topic":"32C3 incoming ..."},{"name":"#ffda-community","users":"9","topic":"Home of the ffda-community team. Pls. only community related stuff."},{"name":"#31c3-hall-2","users":"15","topic":"HALL2 | now: Have a safe trip home, or have fun at the after party! | Wiki : https://ccc.devsn.se/congress/2014/wiki/Main_Page"},{"name":"#hackbbs-private","users":"4"},{"name":"#freiranz","users":"9","topic":"frei sei der ff ranz! Mit kadzen und popcorn | Hilfenderkreis fuer durch Freifunk geschaedigte Personen"},{"name":"#sublab","users":"31","topic":"https://diasporabr.com.br/uploads/images/scaled_full_023e6e5c93e1d39711e4.png"},{"name":"#cdanoc","users":"22","topic":"LDAP-Accounts können gegen Schutzgeld beim NOC abgeholt werden | Be excellent to your NOC"},{"name":"#ffhb_events","users":"5","topic":"Freifunk Bremen - Events | Wiki: http://wiki.bremen.freifunk.net/pages/Events/"},{"name":"#bytespeicher","users":"21","topic":"bytespeicher.org | Der erste und einzige Hackerspace in Erfurt | Jetzt mit 100% IPv6 | Space is open"},{"name":"#fffl","users":"12"},{"name":"#ffsuedpfalz","users":"3","topic":"Freifunk Südpfalz | www.freifunk-suedpfalz.de"},{"name":"#ffrl-ops","users":"11"},{"name":"#cccamp","users":"4"},{"name":"#32c3-everywhere","users":"4"},{"name":"#31c3-hall-1","users":"21","topic":"HALL1 | now: Have a safe trip home, or have fun at the after party! | Wiki : https://ccc.devsn.se/congress/2014/wiki/Main_Page"},{"name":"#menzoberranzan","users":"3"},{"name":"#logbot","users":"3","topic":"You are here because someone thought you are a logbot and banned you in their channel. If you are a human, ask here to get unbanned."},{"name":"#it-treff","users":"13","topic":"IFF Institut für Fakten. || Nach aufwendigen Planungen von 3,5 Jahren konnte das Projekt NEU procolli abgeschlossen werden || Jetzt neu im hackint"},{"name":"#mrmcd-orga","users":"4"},{"name":"#_jukebox_","users":"4"},{"name":"#tk1ws1516","users":"4","topic":"https://scm.informatik.tu-darmstadt.de/projects/xy32jyky-tk1-ws15-16"},{"name":"#fnord*","users":"9","topic":"https://fnordserver.eu – Support channel for the fnordserver shell server and bouncer | staff is +v"},{"name":"#hackdorf","users":"3","topic":"Der Plan, ein 24/365 campaehnliches Konstrukt zu bauen. | Brainstorm-Pad: https://pads.ccc.de/qjemZY7cxR"},{"name":"#32c3-hall-g","users":"7"},{"name":"#karat","users":"5"},{"name":"#fsinfo","users":"38","topic":"+++ Weihnachtswichteln https://kavula.fachschaft.informatik.uni-kl.de/p/wichteln ++ Nächste Sitzung: https://kavula.fachschaft.informatik.uni-kl.de/p/nächste_fsr_sitzung"},{"name":"#icvpn","users":"37","topic":"InterCity-VPN | `rp_filter` deaktivieren! | Tinc1.1pre11 auf Oldstable https://gist.github.com/mweinelt/efff4fb7eba1ee41ef2d"},{"name":"#warez","users":"3","topic":"msg the bot for some warez"},{"name":"#deadtreelovers","users":"7","topic":"♥ 31c3 ♥ https://events.ccc.de/congress/2014/wiki/Assembly:Dead_Tree_Lovers ♥ | http://abload.de/img/bibliothekczj97.jpg"},{"name":"#c3pb","users":"41","topic":"C3PB e.V. | PEBCAK | Früher war mehr Lametta | /query EDI !commands | _³"},{"name":"#WCSCHelp","users":"15"},{"name":"#villafavolissimo","users":"4","topic":"EI!"},{"name":"#cthn","users":"3"},{"name":"#voc-lounge","users":"35","topic":"Winkekatzen Bar. Feel free to stay slightly on topic. Here we talk about video streaming, recording and publishing."},{"name":"#teledildonics","users":"17","topic":"berlin teledildonics/cybersex meetup, sept 23rd (may be moved to oct 2nd) | https://events.ccc.de/camp/2015/wiki/Projects:Teledildonics | https://github.com/teledildonics/"},{"name":"#mindmap","users":"3"},{"name":"#ccchh","users":"85","topic":"Z9: open | Clubtel.: +49.40.401801.23 | status@jabber.hamburg.ccc.de | /server irc.hamburg.ccc.de | https://pads.ccc.de/sofizi mach mit! | http://steamcommunity.com/groups/ccchh"},{"name":"#chaos-angel","users":"170","topic":"Next: 32c3 in Hamburg | Angelsystem online: It's done. | pls speak english"},{"name":"#hsmr","users":"7","topic":"Ein Hackspace in Marburg | https://hsmr.cc/ | Nicht sicher ob die Base besetzt ist? Das Kommando „!base“ hilft Dir!"},{"name":"#chaostal","users":"25","topic":"[ Chaostreff Wuppertal | Jeden Donnerstag ab 20:00h im /dev/tal | https://chaostal.de | Alles kaputt | Logbot-frei! ]"},{"name":"#ChaosChemnitz","users":"28","topic":"[Entropie in Chemnitz] - Montags ab 19:00 | https://chaoschemnitz.de | ML: http://ml.chch.it | Status: geöffnet (Nur Mitglieder)"},{"name":"#ffef-taskforce","users":"10","topic":"Arbeitstreffen: 08.12.2015 - 19 Uhr im Bytespeicher - http://pad.technikkultur-erfurt.de/p/freifunkerfurt_treffen_12-2015 | Jetzt einschreiben: http://technikkultur-erfurt.de/freifunk:infrastruktur:dienste:mail#mailinglisten"},{"name":"#ccchh-ctf","users":"20","topic":"Cyclopropenylidene CTF-Team c3h2 | motd: \"because FUCK web. LOL\""},{"name":"#32c3-tweets","users":"30","topic":"now with 95% less Retweets!"},{"name":"#ffwp","users":"29","topic":"Homepage: https://www.westpfalz.freifunk.net | Spenden: http://www.betterplace.org/p33270 | KL-Treffen: DEZ/JAN kurzfristig nach Absprache, siehe Homepage"},{"name":"#defconctf","users":"65","topic":"DEF CON CTF | See you in Vegas"},{"name":"#smc","users":"3"},{"name":"#gluon-dev","users":"11","topic":"Gluon (wireless mesh framework) development discussions | https://github.com/freifunk-gluon/gluon"},{"name":"#cda-movie","users":"3","topic":"The Martian OST 3D [11.11.2015 20:00]"},{"name":"#erfurt","users":"8","topic":"Offizieller Bytespeicher Planespotting-Channel für Erfurt - http://pad.technikkultur-erfurt.de/p/adsb"},{"name":"#applefanboys","users":"4"},{"name":"#fuckuptheworld","users":"4","topic":"FLEEEISCH"},{"name":"#needajob","users":"3"},{"name":"#32c3-lounge","users":"28","topic":"32c3 Lounge"},{"name":"#mrmcd","users":"23","topic":"MRMCD2015 4.-6.9.2015 | https://mrmcd.net/2015/ | Fahrplan: https://mrmcd.net/2015/fahrplan/ | Engelsystem: https://mrmcd.net/engel/ | Streaming: https://streaming.media.ccc.de/ | Challenges: https://mrmcd.net/challenges/\""},{"name":"#tinc","users":"8","topic":"the VPN daemon -- http://tinc-vpn.org/ -- 1.0.26 has been released"},{"name":"#test","users":"3"},{"name":"#chabos-darmstadt","users":"3"},{"name":"#cccac","users":"72","topic":"Willkommen beim CCC Aachen || http://ccc.ac/ || https://status.space.aachen.ccc.de/public_status2 || Wege zum Club: http://ccc.ac/kontakt/karte_wege_gelände.png"},{"name":"#ffhh-ops","users":"3","topic":"WE NEED BEER"},{"name":"#chaos-darmstadt","users":"88","topic":"höhle up | new: jabber @darmstadt.ccc.de (req: ldap account) | 32c3 ausverkauft! https://pads.darmstadt.ccc.de/p/32c3-planung"},{"name":"#cccb","users":"30","topic":"cccb: sunshine"},{"name":"#computerwerk","users":"4"},{"name":"#chaoswest","users":"58","topic":"The wild west of the German hackerspaces | 32C3 Assembly: https://events.ccc.de/congress/2015/wiki/Assembly:Chaos-West | https://www.chaos-west.de/wiki/"},{"name":"#idle-rpg","users":"46","topic":"http://irpg.bspar.org ||| join #idle-chat to talk about the game :) ||| make sure to register with the idlerpg bot! --> /msg idlerpg REGISTER <char name> <password> <char class>"},{"name":"#Zylon","users":"3"},{"name":"#ffka-changes","users":"8","topic":"Änderungen an Knoten im Freifunk Karlsruhe Netz. Befehle: !status für Statusinformationen über das Netz; !nodeinfo um Infos über einen Node anzuzeigen; !highscore zeigt den Highscore; !treffen zeigt das nächste Treffen; !help für Hilfe"},{"name":"#camp-ot","users":"25","topic":"Chaos Camp 2015 - non CCCamp-Orga related Topics. Beware flooding the #camp channel. Feel Free to coordinate your Projects / Workshops etc here. Or just SmallTalk (Communication!) ;-)"},{"name":"#k23","users":"5"},{"name":"#cccmz","users":"27","topic":"Chaos Computer Club Mainz/Wiesbaden | Open Space tuesdays | Sedanplatz 7 in Wiesbaden, Germany"},{"name":"#PyStaDa","users":"15","topic":"Python Stammtisch Darmstadt | Nächster Stammtisch: *21. Oktober 2015* um *19:00 Uhr* im *COWO 21* (Holzhofallee 21) | Visit https://pystada.github.io"},{"name":"#cccc","users":"4"},{"name":"#freifunk","users":"90","topic":"Freifunk | Dein dezentrales Mesh-Netzwerk von nebenan | http://www.freifunk.net | Be excellent to each other!"},{"name":"#mag.lab","users":"16","topic":"Welcome to Magrathea Laboratories, A Chaostreff in Fulda, Germany -- http://mag.lab.sh"},{"name":"#31c3-hall-4","users":"3","topic":"Chaos West & c-base & International Assemblies || awesome hall!"},{"name":"#studnetze","users":"10","topic":"Heil Eris!"},{"name":"#ccc-bar","users":"6"},{"name":"#zweitgolf","users":"5","topic":"owned by a bot:)"},{"name":"#ffbackbone","users":"11"},{"name":"#gluon","users":"120","topic":"Gluon - The Next Generation Mesh Firmware Framework | https://github.com/freifunk-gluon/gluon | Issue tracker: https://github.com/freifunk-gluon/gluon/issues | MAC zu IPv6: http://ben.akrin.com/?p=1347"},{"name":"#30c3","users":"17","topic":"all over | see http://events.ccc.de/congress | english pls, if possible"},{"name":"#hexabus","users":"7","topic":"ENOTOPIC"},{"name":"#cda-vorstand","users":"18","topic":"CDA Operation Center | Offen für Mitglieder | https://git.darmstadt.ccc.de/vorstand | Please read: https://git.darmstadt.ccc.de/vorstand/doku/blob/master/member-faq.md"},{"name":"#31c3-hall-6","users":"11","topic":"HALL6 | now: Have a safe trip home, or have fun at the after party! | Wiki : https://ccc.devsn.se/congress/2014/wiki/Main_Page"},{"name":"#ffod","users":"3","topic":"http://stormarn.freifunk.net - Nächstes Treffen am 11.12.2015 von 18:30 - 20:00 Uhr im JUZ Reinbek"},{"name":"#tricorder","users":"3","topic":"Tricorder Biosignal Project - BOM für RS-Bestellung: https://pads.ccc.de/Tricorder"},{"name":"#cased","users":"3"},{"name":"#voc-ripper","users":"4"},{"name":"#shadowlamb","users":"3"},{"name":"#momspar-bootcamp","users":"10","topic":"momspar bootcamp starting soon! || https://kat.cr/the-professional-chef-300mb-by-the-culinary-institue-of-america-t11518742.html"},{"name":"#devtal","users":"8","topic":"www.devtal.de [ausweichraum]"},{"name":"#ffda","users":"62","topic":"https://darmstadt.freifunk.net | Treffen: Montags, für neue Freifunker: 18:30, Plenum: 19:30 | https://map.darmstadt.freifunk.net | https://github.com/freifunk-darmstadt/"},{"name":"#31c3ctf","users":"10","topic":"Join us for drinks: http://c3map.schub.io/#/loc/57.89149735271031/77.6953125 Servers will remain up for a week or so"},{"name":"#c3d2","users":"6","topic":"Jabber: http://c3d2.de/muc.html"},{"name":"#ffda-biketours","users":"3"},{"name":"#freifunkRGB","users":"4"},{"name":"#cda-raumsuche","users":"10","topic":"https://wiki.chaos-darmstadt.de/wiki/Raumsuche"},{"name":"#camp-rad1o","users":"3","topic":"rad1o and all that"},{"name":"#pentanews","users":"3"},{"name":"#parrotvideos","users":"3","topic":"http://www.youtube.com/playlist?list=PLMofpnGKaurK7gjB49F7ObdHHx5zizVU0 || http://thebest404pageever.com/swf/sprpeck.swf || squawk squawk squawk squawk squawk squawk squawk squawk squawk squawk squawk squawk squawk squawk squawk"},{"name":"#netzkontrollstelle","users":"3"},{"name":"#payback","users":"21","topic":"Aktion Trollback #payback | konto: 18/0/18 °P | 98/153 Karten sind raus | https://api.chaos-darmstadt.de/api/payback | /msg groupserv join !payback"},{"name":"#hackbbs-en","users":"7"},{"name":"#camp-coc","users":"4"},{"name":"#casualtabletop","users":"6","topic":"Wer will kann gerne noch andere Nasen einladen."},{"name":"#tcg","users":"25","topic":"Chaostreff GI/MR | Mi 16.12. 19:00 @Gambrinus:"},{"name":"#freifunkR","users":"11","topic":"Freifunk ist, wenns funktioniert! >> Neue Experimental mit 841v10 Support da!"},{"name":"#engelsystem","users":"3"},{"name":"#ffrn","users":"10"},{"name":"#ne.wg","users":"3"},{"name":"#dallashackers","users":"19","topic":"Dallas Hackers Association | http://dallashackers.com | Next Meeting: Jan 6 | RSVP: http://meetu.ps/2R9bQK"},{"name":"#cryptoparty","users":"11","topic":"Party like it's December 31st, 1983 | https://cryptoparty.in/ | https://github.com/Cryptoparty | https://twitter.com/CryptoParty_| http://tinyurl.com/HOW-TO-ASK-FOR-HELP-ON-IRC"},{"name":"#easterhegg","users":"17","topic":"Das war das EasterHegg 2015 in Braunschweig ... wir sehen uns 2016 in Salzburg!"},{"name":"#germany","users":"17","topic":"prooops is back: prooopsgn2vmgxsj.onion:6697 [SSL] || When I was your age, Pluto was a planet. || [00:22:01] <enum> ich glaub ich geh zurück zu windows ... -.- || https://pbs.twimg.com/media/BrkZQKvIIAESaff.jpg || maximale nicklänge: 18 zeichen\" blahr"},{"name":"#stickers","users":"4","topic":"pebbles \\o/"},{"name":"#gsm","users":"6","topic":"Welcome to the channel for discussion of GSM cell networks (and CDMA - we don't discriminate). AND FOR FUCK'S SAKE, DON'T ASK A QUESTION THEN IMMEDIATELY LEAVE! We aren't the liveliest of groups, so replies could take a day."},{"name":"#gsg","users":"6"},{"name":"#cms","users":"9","topic":"http://ccc.de/schule"},{"name":"#monopoly","users":"3","topic":":Map: https://twix.ws/mply/"},{"name":"#32c3-hall-6","users":"6"},{"name":"#hochkoening","users":"5","topic":"https://kavula.fachschaft.informatik.uni-kl.de/p/austropop-ws1516"},{"name":"#31c3-hall-g","users":"11","topic":"HALLG | now: Have a safe trip home, or have fun at the after party! | Wiki : https://ccc.devsn.se/congress/2014/wiki/Main_Page"},{"name":"#milliways-admin","users":"7"},{"name":"#funk","users":"3"},{"name":"#cda-cms","users":"4","topic":"PAD: https://pads.ccc.de/cdacms-040215 | Framework: http://ctf-cms.hoehle.cda.dn42 oder http://[fd23:42:cda::2:12]/"},{"name":"#frida","users":"3"},{"name":"#trashabend","users":"21","topic":"Willkommen in diesem ❖IRCKanal | Wir sind Teil von Aktionskunst: https://sf.polythematik.de/f/a991eb0b7b/"},{"name":"#spielwiese","users":"3","topic":"This is EDIs test channel. | $foo,8,1 | Use !help."},{"name":"#fslan","users":"11","topic":"+++ https://imgur.com/gallery/iQ4Q7Ga | Also https://scitstx7.cs.uni-kl.de/ +++"},{"name":"#lupia","users":"7"},{"name":"#ffwp.log","users":"7"},{"name":"#FRAMA","users":"7","topic":"CCCamp15 -IRCamp - \"Fragen/Antworten/Absprachen/Spaß/Profit\" Ruf uns An:3362"},{"name":"#31c3-pizza","users":"5","topic":"post the best pizza here. the PIZA oven is working again! /query PIZA_DECT7492"},{"name":"#coders","users":"7","topic":"Codito Ergo Sum! Welcome to #Coders || Tutorials: http://pastebin.com/0BGb4ncy || C //Tutorials: http://www.j3l7h.de/videos.html#a1 || Who can code which language? => http://piratepad.net/coders || Keine Metafragen! || https://www.youtube.com/watch?v=WU0cGm || http://www.watchpeoplecode.com/"},{"name":"#hackover-ctf","users":"16","topic":"Hackover CTF 2015 -- https://ctf.hackover.de -- It's over. Write-ups: https://ctftime.org/event/249/tasks/ and https://ctf.hackover.de/writeups/"},{"name":"#freifunk-hessen","users":"36","topic":"Freifunk in Hessen | $Freifunk_Hessen_Con 2015.1 28-29.11.2015 in Fulda (https://wiki.mag.lab.sh/wiki/Freifunk_Fulda/ffHessCon_2015.1) | Zur Gruppe eingeladen? Dann /msg groupserv join !freifunk-hessen"},{"name":"#ibg10","users":"8","topic":"Früher war ich mal ein tolles Topic. Jetzt bin ich nurnoch ein Platzhalter. Im Hintergrund ein leises Rauschen. Gehen sie bitte weiter hier gibt es nix zu sehen."},{"name":"#freifunk-rhein-neckar","users":"25","topic":"Website: https://ffrn.de | Karte: http://map.ffrn.de | Forum: https://forum.ffrn.de | Bitte benutzt das Forum und die Mailingliste, hier sind nicht immer Leute die Fragen beantworten."},{"name":"#ffhb_breminale","users":"6","topic":"Freifunk Bremen - Projekt Breminale | Wiki: http://wiki.bremen.freifunk.net/pages/Events/Breminale/ | Resumé: Fr 07.08. 19 Uhr Hackerspace Bremen"},{"name":"#botdemo","users":"6","topic":"HQ is open since 2015-12-09 14:15"},{"name":"#fsfete","users":"12","topic":"Feten zeugs. Wer spammed fliegt! | Zeug gleich aufschrieben: https://kavula.fachschaft.informatik.uni-kl.de/p/WiB-2015-Feedback"},{"name":"#ff-academy","users":"4","topic":"WIP | Orga-Channel für https://freifunk.academy | https://pads.darmstadt.ccc.de/p/ffda-20151128-freifunk-academy-brainstorming"},{"name":"#munichmakerlab","users":"6","topic":"Munich Maker Lab | https://munichmakerlab.de/wiki | !status | Happy Holidays!"},{"name":"#safespace","users":"3","topic":":3"},{"name":"#cccamp-tent-2","users":"8","topic":"Chaos Communication Camp 2015 | DAY 4/5 Tent 2 | https://events.ccc.de/camp/2015/Fahrplan/ | [10:30] Analogue Mission Simulations (Wait what? Why not digital?) [en] > https://events.ccc.de/camp/2015/Fahrplan/events/6737.html"},{"name":"#chaospott","users":"36","topic":"Wir sind da wat am Hacken dran | Raumstatus: Offen (unten) | Treff: Jeden Mittwoch ab 19 Uhr"},{"name":"#stmbl","users":"11","topic":"Due to the purely serial data transfer, an FPGA or ASIC is sufficient as master for the implementation of the EnDat 2.2 interface in subsequent electronics."},{"name":"#cccamp-tent-1","users":"10","topic":"Chaos Communication Camp 2015 | DAY 4/5 Tent 1 | https://events.ccc.de/camp/2015/Fahrplan/ | [10:30] Carhacking – state of the art [en] > https://events.ccc.de/camp/2015/Fahrplan/events/6854.html"},{"name":"#casedleaks","users":"5"},{"name":"#chaosdorf","users":"4","topic":"CCC Düsseldorf | hackint hat die cooleren sofas"},{"name":"#dn42","users":"125","topic":"https://dn42.net | irc via dn42: irc.hackint.dn42 | dns via 172.23.0.53 | 172.20.0.0/16; 172.22.0.0/15; fd00::/8 | Registry: https://io.nixnodes.net | Disable `rp_filter` on Linux\" | dn42 Logo Sticker - http://goo.gl/OX7njS"},{"name":"#see-base-talk","users":"3","topic":"#SeeBase, Hackerspace am Bodensee | Hier gibt es Bots"},{"name":"#hackint-help","users":"15","topic":"Hackint's help and support channel. Only for IRC-related questions | Please don't idle here unless you asked your question and wait for an answer | http://www.hackint.org/ | Learn how to hack and be a hacker in 21 days: http://www.catb.org/esr/faqs/hacker-howto.html"},{"name":"#ffhb_gelaber","users":"11","topic":"Hier wird nur gelabert... Alles Off-Topic ist wilkommen"},{"name":"#31c3-assemblies","users":"5","topic":"wir ziehen dann mal nach #32c3-assemblies um"},{"name":"#gentoo","users":"3","topic":"Still compiling."},{"name":"#sauremine","users":"6","topic":"Glück auf!"},{"name":"#geekhausen","users":"3","topic":"http://geekhausen.de Twitter @geekhausen_orga"},{"name":"#cyclopropenylidene","users":"6"},{"name":"#ffda-orga","users":"13","topic":"refugee planung in #ffda-refugees"},{"name":"#geheimgulag","users":"4","topic":"You are not the choosen one, Neo."},{"name":"#ffin","users":"15","topic":"Freifunk Ingolstadt | https://freifunk-ingolstadt.de | http://etherpad.bytewerk.org/p/freifunk | 118 von 148 Knoten online"},{"name":"#chaoskueste","users":"19","topic":"https://www.chaoskueste.de/ | Chaostreff Mo ab ca. 19h im Toppoint e.V. (/join #toppoint)"},{"name":"#31c3","users":"60","topic":"hop over to #32c3"},{"name":"#ccc-ffm","users":"70","topic":"Chaos Computer Club Frankfurt | www.ccc-ffm.de | Öffentliches Treffen Donnerstags ab 19 Uhr in unseren Räumen (Ecke Rödelheimer Straße / Häuser Gasse, nahe Frankfurt Westbahnhof)"},{"name":"#see-base","users":"6","topic":"#SeeBase, Hackerspace am Bodensee | Sa: See-Base/Ueberlingen | Do: Toolbox/Markdorf | Bald: 32C3 (Ausverkauft) | Fahrplan: https://events.ccc.de/congress/2015/Fahrplan/ Tag: -15"},{"name":"#32c3-hall-2","users":"9"},{"name":"#31c3-everywhere","users":"12","topic":"wiki down .. please wait .."},{"name":"#32c3-hall-1","users":"9"},{"name":"#welcome","users":"31","topic":"Refugees Welcome! No one is illegal | pls say hi and tell us where you are and who you are :) | https://github.com/muccc/engelsystem/issues (engelsystem fuer fluechtlingshelfer)"},{"name":"#zmansion","users":"3"},{"name":"#RMLH-IT","users":"4","topic":"RMLH-IT Services | Web Hosting - Colocation - IP Space"},{"name":"#torrorists","users":"6"},{"name":"#mitHassGehasst","users":"3","topic":"WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARG"}] +\ No newline at end of file