aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client/Plugin.pm6
blob: 824401339fcc9a06012e89b1b7ce5656179d09d5 (plain)
1
2
3
constant IRC_HANDLED     = "irc plugin handled \x1";
constant IRC_NOT_HANDLED = "irc plugin not-handled \x2";
unit class IRC::Client::Plugin:ver<2.002001>;