towers are constructable
[scpubgit/Clifton.git] / lib / App / Clifton / Chain.pm
diff --git a/lib/App/Clifton/Chain.pm b/lib/App/Clifton/Chain.pm
new file mode 100644 (file)
index 0000000..400ee9b
--- /dev/null
@@ -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;