From 778027f3cc950139513ade2e70803cb1e8d026b7 Mon Sep 17 00:00:00 2001 From: ThoughtfulCerebral Date: Thu, 22 Mar 2018 22:28:01 +0100 Subject: [PATCH] Changed a small preview change. Changed the preview of the recieved IRC Twitch message "PING!". Made it take up less of the screen. --- TwitchBot.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TwitchBot.rb b/TwitchBot.rb index bcda2ef..725ecb1 100644 --- a/TwitchBot.rb +++ b/TwitchBot.rb @@ -74,8 +74,7 @@ Thread.start do log.info("[IRC Message]: " + line) log.info("[IRC Response]: PONG :tmi.twitch.tv") puts("-".bold.red*line.length) - puts "[Twitch] ".bold.cyan + "IRC: ".bold.yellow + line.bold.green - puts "[Response] ".bold.cyan + "IRC: ".bold.yellow + "PONG :tmi.twitch.tv".bold.green + puts "[Twitch] ".bold.cyan + "IRC: ".bold.yellow + line.bold.green puts("-".bold.red*line.length) end match = line.match(/^:(.+)!(.+)PRIVMSG ##{CHANNEL} :(.+)$/)