use lib ; use IRC::Client; class BFF { method irc-to-me ($ where /'♥'/) { 'I ♥ YOU!' } } .run with IRC::Client.new: :debug :plugins(BFF) :nick :channels<#zofbot> :servers( freenode => %( :host, ), local => %( :nick, :channels<#zofbot #perl6>, :host, ) )