projects
/
scpubgit/Clifton.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
43005d14f1b40c61c43c9c92e643df2328f9414a
[scpubgit/Clifton.git]
/
lib
/
App
/
Clifton
/
ChainSetByIRCChannel.pm
1
package App::Clifton::ChainSetByIRCChannel;
2
3
use aliased 'App::Clifton::Chain';
4
use Moo;
5
6
with 'App::Clifton::Set';
7
8
sub _set_of_class { Chain }
9
sub _set_over { 'irc_channel' }
10
11
1;