From 1da1fb0b59a26c86bda555945419bba5987c4402 Mon Sep 17 00:00:00 2001 From: Tearzz Date: Thu, 19 Apr 2018 15:30:33 +0200 Subject: [PATCH] Updated TwitchBot.rb Deleted my own command. --- TwitchBot.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TwitchBot.rb b/TwitchBot.rb index b0f9dde..18bc094 100644 --- a/TwitchBot.rb +++ b/TwitchBot.rb @@ -87,10 +87,7 @@ end while (running) do input = gets.chomp if input == "clear" - Clear() - - elsif input.index("project") == 0 - Project(input) + Clear() # Clear console elsif input == "disconnect" socket.puts("PRIVMSG ##{CHANNEL} : Disconnected BibleThump")