Browse Source

Updated TwitchBot.rb

Deleted my own command.
master
Tearzz 6 years ago
committed by GitHub
parent
commit
1da1fb0b59
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      TwitchBot.rb

+ 1
- 4
TwitchBot.rb View File

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

Loading…
Cancel
Save