use lib ; use IRC::Client; .run with IRC::Client.new: :nick :host(%*ENV // 'irc.freenode.net') :channels<#zofbot> :debug :plugins(class { method irc-to-me ($_) { .text.uc } })