X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FApp%2FClifton%2FChain.pm;fp=lib%2FApp%2FClifton%2FChain.pm;h=400ee9ba698496c6779a9fd965d476592b76b10a;hb=21a188635ffc74827f2860bab517cbd829c5ccd6;hp=0000000000000000000000000000000000000000;hpb=46b150cd037bc237a01ccf88ba0e49680fcda786;p=scpubgit%2FClifton.git diff --git a/lib/App/Clifton/Chain.pm b/lib/App/Clifton/Chain.pm new file mode 100644 index 0000000..400ee9b --- /dev/null +++ b/lib/App/Clifton/Chain.pm @@ -0,0 +1,8 @@ +package App::Clifton::Chain; + +use Moo; + +has jabber_user => (is => 'ro', required => 1); +has irc_channel => (is => 'ro', required => 1); + +1;