Created
January 24, 2015 17:55
-
-
Save anonymous/71e9985ef8c49ed09345 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elsif com.casecmp("download") == 0 | |
if com[9].isnil? | |
client.puts "No download selected(nil)" | |
else | |
client.puts "Download attempt: #{com[9..-1]}" | |
end | |
else |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment