move const declarations to the top
This commit is contained in:
parent
a18dae5fd2
commit
8a39cef3a3
47
index.js
47
index.js
|
@ -55,6 +55,29 @@ const capsmsg = [
|
||||||
"WELCOME TO THE INTERNET"
|
"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("error", message => console.log("error: ", message));
|
||||||
|
|
||||||
irc.client.addListener("message", (from, to, message, raw) => {
|
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!"
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user