towers are constructable
[scpubgit/Clifton.git] / lib / App / Clifton / ChainSetByIRCChannel.pm
diff --git a/lib/App/Clifton/ChainSetByIRCChannel.pm b/lib/App/Clifton/ChainSetByIRCChannel.pm
new file mode 100644 (file)
index 0000000..43005d1
--- /dev/null
@@ -0,0 +1,11 @@
+package App::Clifton::ChainSetByIRCChannel;
+
+use aliased 'App::Clifton::Chain';
+use Moo;
+
+with 'App::Clifton::Set';
+
+sub _set_of_class { Chain }
+sub _set_over { 'irc_channel' }
+
+1;