aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client/Message/Privmsg/Channel.pm6
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-06-05 21:39:47 -0400
committerZoffix Znet <cpan@zoffix.com>2016-06-05 21:39:47 -0400
commit140959e4f170d732d990e69b9a0ca129b89e3ac4 (patch)
treec96d92c8eba8af28eea21585c1c0e5c8a18f69d7 /lib/IRC/Client/Message/Privmsg/Channel.pm6
parent16056e8af837a4d982d23728adf24b4cc406576c (diff)
First working test
Diffstat (limited to 'lib/IRC/Client/Message/Privmsg/Channel.pm6')
-rw-r--r--lib/IRC/Client/Message/Privmsg/Channel.pm65
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/IRC/Client/Message/Privmsg/Channel.pm6 b/lib/IRC/Client/Message/Privmsg/Channel.pm6
deleted file mode 100644
index 36cf3d6..0000000
--- a/lib/IRC/Client/Message/Privmsg/Channel.pm6
+++ /dev/null
@@ -1,5 +0,0 @@
-use IRC::Client::Message::Privmsg;
-unit role IRC::Client::Message::Privmsg::Channel
- does IRC::Client::Message::Privmsg;
-
-has $.channel;