Skip to content

Instantly share code, notes, and snippets.

View davehayes's full-sized avatar

Dave Hayes davehayes

View GitHub Profile
@davehayes
davehayes / c3public
Created August 2, 2020 20:44
"Simple" matrix bot in Raku
#!/rw/home/dave/.rakubrew/versions/moar-2020.05.1/install/bin/raku
use Matrix::Bot;
use Matrix::Bot::Plugin;
use Net::DNS;
my $VERSION = "1.0";
use LogP6 :configure;
filter(name => "", level => $trace, :update);