Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 30, 2017 15:27
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/83b13b98f160c958826c8837a3a428d9 to your computer and use it in GitHub Desktop.
Save Whateverable/83b13b98f160c958826c8837a3a428d9 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