Skip to content

Quotable

Aleks-Daniel Jakimenko-Aleksejev edited this page Aug 8, 2019 · 7 revisions

This is an IRC bot for searching messages in the IRC log. It can be addressed by its full name ('quotable6') or its short name ('quote').

These channels are searched: #perl6-dev, #perl6, #p6dev, #moarvm.

You can find some extra examples in tests: quotable.t

Usage examples

Just pass a regex and it will try to match every message against it. Please note that there are over 5 million messages, so try to keep your regex relatively simple. Normally, it will take up to 3 minutes to finish the search.

05:26:08 <AlexDaniel> quotable6: /^ ‘bisect: ’ /
05:26:47 <quotable6> AlexDaniel, https://gist.github.com/d6f5310f2bb552d9291f587eca281cb3

Clone this wiki locally