Created
June 5, 2010 04:06
-
-
Save ryanfb/426288 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| diff --git a/lib/App/Alice/IRC.pm b/lib/App/Alice/IRC.pm | |
| index e5b57a9..0b04a9e 100644 | |
| --- a/lib/App/Alice/IRC.pm | |
| +++ b/lib/App/Alice/IRC.pm | |
| @@ -591,7 +591,7 @@ sub nick_avatar { | |
| return "http://www.gravatar.com/avatar/" | |
| . md5_hex($email) . "?s=32&r=x"; | |
| } | |
| - elsif ($info->{real} =~ /(https?:\/\/\S+(?:jpe?g|png|gif))/) { | |
| + elsif ($info->{real} =~ /(https?:\/\/\S+(?:jpe?g|png))/) { | |
| return $1; | |
| } | |
| else { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
doesn't help, webkit will still render a gif named .jpg