aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client/Message.pm6
blob: 6670baa17d3a9bc163c86eea78b9f953a94e6941 (plain)
1
2
3
4
5
6
7
8
9
unit role IRC::Client::Message;

has $.irc;
has $.nick;
has $.username;
has $.host;
has $.usermask;
has $.server;
has $.command;