Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 30, 2017 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/a69cb8c2e97b475c22715a9f3bce5fb1 to your computer and use it in GitHub Desktop.
Save Whateverable/a69cb8c2e97b475c22715a9f3bce5fb1 to your computer and use it in GitHub Desktop.
quotable6
/synopsebot.*design.perl6.org/
use IRC::Client; .run with IRC::Client.new: :nick<synopsebot> :host<irc.freenode.net> :channels<#perl6 #perl6-dev> :debug :plugins(class { multi method irc-privmsg-channel ($ where /<< 'RT#' $<id>=\d+ >>/) { "https://rt.perl.org/Ticket/Display.html?id=$<id>" }; multi method irc-privmsg-channel ($ where /<< 'S99:' $<term>=\S+ >>/) { "Link: http://design.perl6.org/S99.html#$<term>" } })
masak: that link implies that synopsebot already should be pointing to design.perl6.org
tadzik: synopsebot still spits out links to perlcabal.org, not design.perl6.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment