Browse Source
Updated TwitchBot.rb
Deleted my own command.
master
Tearzz
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
TwitchBot.rb
|
@ -87,10 +87,7 @@ end |
|
|
while (running) do |
|
|
while (running) do |
|
|
input = gets.chomp |
|
|
input = gets.chomp |
|
|
if input == "clear" |
|
|
if input == "clear" |
|
|
Clear() |
|
|
|
|
|
|
|
|
|
|
|
elsif input.index("project") == 0 |
|
|
|
|
|
Project(input) |
|
|
|
|
|
|
|
|
Clear() # Clear console |
|
|
|
|
|
|
|
|
elsif input == "disconnect" |
|
|
elsif input == "disconnect" |
|
|
socket.puts("PRIVMSG ##{CHANNEL} : Disconnected BibleThump") |
|
|
socket.puts("PRIVMSG ##{CHANNEL} : Disconnected BibleThump") |
|
|