]> ruin.nu Git - NDIRC.git/commitdiff
need masterop
authorMichael Andreen <harv@ruin.nu>
Thu, 4 Jan 2007 21:11:49 +0000 (21:11 +0000)
committerMichael Andreen <harv@ruin.nu>
Thu, 4 Jan 2007 21:11:49 +0000 (21:11 +0000)
Channel.pm

index 4f18a16a2f866c2454c71819c79b478208c82596..0200ea077c93d552eb0c26f28d8440ed1c3ccaaa 100644 (file)
@@ -19,6 +19,7 @@
 package ND::IRC::Channel;
 use strict;
 use warnings;
+use ND::IRC::Access;
 require Exporter;
 
 our @ISA = qw/Exporter/;