From 100cc1b5dd46cd734da29ca8b13ae8d89a8ab7e9 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 02:11:25 +0000 Subject: [PATCH] change set to opt --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 3495c2c..dbf087b 100644 --- a/bot.js +++ b/bot.js @@ -135,7 +135,7 @@ bot.addListener('message', function(nick, to, text, from) { feed(to, nick, args[1], args[2]); } else if (args[0] === config.irc.prefix+'twitter') { twitter(to, args[1], args[2]) - } else if (args[0] === config.irc.prefix+'set') { + } else if (args[0] === config.irc.prefix+'opt') { opt(to, nick, args[1], args[2], args[3]) } });