From 8a39cef3a3f8349600303c05d3d796b9171dbff1 Mon Sep 17 00:00:00 2001 From: Flummi Date: Thu, 20 Jul 2023 13:03:37 +0000 Subject: [PATCH] move const declarations to the top --- index.js | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/index.js b/index.js index 0552aff..5377870 100755 --- a/index.js +++ b/index.js @@ -55,6 +55,29 @@ const capsmsg = [ "WELCOME TO THE INTERNET" ]; +const haitext = ["ohaio", "ohayou", "ohayo", "ohaiou", "ohai", "nabend", "morgen", "guten tag", "hallo", "hi", "hai", "hey", "moin", "hellau", "hello", "hallu", "yo", "servus", "tag", "tach", "alaaf", "alaf", "As-Salamu 'alaikum wa Rahmatullahi wa Barakatuhu"]; + +const pr0text = [ + "pr0gramm.com existiert nicht!", + "endlich oc von deiner fotze?", + "Pfui Daibel", + "kommandozeile war vorher da", + "keiner von uns", + "Falsches Grau", + "das reicht uns nicht", + "Zapalot nochmal!", + "meinten sie reddit, 9gag oder fagbook?", + "lustig weil pr0gramm", + "lustig weil fett", + "marina die huuure", + "har har har kefer", + "Ach du scheiße. Da drückste Minus.", + "0815 wie fick", + "stumpf ist trumpf", + "f man weiß ja nie", + "lass das nicht die repost polizei sehen!" +]; + irc.client.addListener("error", message => console.log("error: ", message)); irc.client.addListener("message", (from, to, message, raw) => { @@ -176,27 +199,3 @@ irc.client.addListener("message", (from, to, message, raw) => { } }); -const haitext = ["ohaio", "ohayou", "ohayo", "ohaiou", "ohai", "nabend", "morgen", "guten tag", "hallo", "hi", "hai", "hey", "moin", "hellau", "hello", "hallu", "yo", "servus", "tag", "tach", "alaaf", "alaf", "As-Salamu 'alaikum wa Rahmatullahi wa Barakatuhu"]; - - -const pr0text = [ - "pr0gramm.com existiert nicht!", - "endlich oc von deiner fotze?", - "Pfui Daibel", - "kommandozeile war vorher da", - "keiner von uns", - "Falsches Grau", - "das reicht uns nicht", - "Zapalot nochmal!", - "meinten sie reddit, 9gag oder fagbook?", - "lustig weil pr0gramm", - "lustig weil fett", - "marina die huuure", - "har har har kefer", - "Ach du scheiße. Da drückste Minus.", - "0815 wie fick", - "stumpf ist trumpf", - "f man weiß ja nie", - "lass das nicht die repost polizei sehen!" -]; -