towers are constructable
[scpubgit/Clifton.git] / lib / App / Clifton / Chain.pm
CommitLineData
21a18863 1package App::Clifton::Chain;
2
3use Moo;
4
5has jabber_user => (is => 'ro', required => 1);
6has irc_channel => (is => 'ro', required => 1);
7
81;