X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Channel.pm;h=9152e8da5d2fdc10976e0c0e264e2b2fe9490dcd;hb=ea158d30abf874821b98aa388dd9dcc71b4322dc;hp=4f18a16a2f866c2454c71819c79b478208c82596;hpb=9e84f393649d1ecbc24a94476352a28f49afa458;p=NDIRC.git diff --git a/Channel.pm b/Channel.pm index 4f18a16..9152e8d 100644 --- a/Channel.pm +++ b/Channel.pm @@ -16,9 +16,10 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Channel; +package NDIRC::Channel; use strict; use warnings; +use NDIRC::Access; require Exporter; our @ISA = qw/Exporter/;