diff --git a/lib/user.rb b/lib/user.rb index 45d4a46..a6d59b6 100755 --- a/lib/user.rb +++ b/lib/user.rb @@ -23,7 +23,7 @@ def self.interpret(command) if command.match(/^what\'?s?(\s+is)?(\s+my)?(\s+ip)?\s?(address)?\??$/i) responses << { - :command => "curl ifconfig.me", + :command => "curl -sL ifconfig.me", :explanation => "Gets your external ip address." } end