From 26f2ef59ef6353ee1afe33947ce5265d5d2389e5 Mon Sep 17 00:00:00 2001 From: equa Date: Sun, 13 Mar 2022 18:41:02 +0000 Subject: support empty lines we now output 0F (irc formatting reset) after every message. it's a little silly but it's consistent, so dealing with it is easy enough. --- bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.lua') diff --git a/bot.lua b/bot.lua index 0704b63..18faea1 100644 --- a/bot.lua +++ b/bot.lua @@ -166,7 +166,7 @@ local function handle_ed_rx(state) command = "PRIVMSG", params = { line[1], - line[3], + line[3] .. "\x0f", } }) elseif line[2] == "quit" then -- cgit 1.3.0-6-gf8a5