Skip to content

Commit

Permalink
update IRCCloud format
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Jan 7, 2022
1 parent 1a76d83 commit a88e010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getpaste
Original file line number Diff line number Diff line change
Expand Up @@ -1285,8 +1285,8 @@ sub dl_zerobin {
},
{
host => ["irccloud.com", "www.irccloud.com"],
path => qr!^/pastebin/\w+!,
to_path => "#0.raw",
path => qr!^/pastebin/(\w+)!,
to_path => "/pastebin/raw/#1",
},
{
host => "paste.joseng.de",
Expand Down

0 comments on commit a88e010

Please sign in to comment.