localhost

This commit is contained in:
Sebastian Korotkiewicz 2022-03-27 05:10:37 +02:00
parent 1d1a05d4ff
commit 7343093678
Signed by: grizzly
GPG Key ID: 5BDC557B496BDB0D
1 changed files with 2 additions and 2 deletions

View File

@ -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",