From 734309367845b7ac9230f5a2dba3cb9f6abad5b5 Mon Sep 17 00:00:00 2001 From: Sebastian Korotkiewicz Date: Sun, 27 Mar 2022 05:10:37 +0200 Subject: [PATCH] localhost --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 608e6dd..df7086c 100644 --- a/index.js +++ b/index.js @@ -23,8 +23,8 @@ function middleware() { const bot = new Client(); bot.use(middleware()); bot.connect({ - host: "irc.libera.chat", - // host: "localhost", + // host: "irc.libera.chat", + host: "localhost", nick: "g-bot", port: 6667, version: "grizzlys bot",