X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Channel.pm;h=9152e8da5d2fdc10976e0c0e264e2b2fe9490dcd;hb=ec80f6c0dba1fd56a63d591e89f6368d468912f7;hp=0200ea077c93d552eb0c26f28d8440ed1c3ccaaa;hpb=513973522ca22a3b51b0dea02094b75b55d0ed96;p=NDIRC.git diff --git a/Channel.pm b/Channel.pm index 0200ea0..9152e8d 100644 --- a/Channel.pm +++ b/Channel.pm @@ -16,10 +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 ND::IRC::Access; +use NDIRC::Access; require Exporter; our @ISA = qw/Exporter/;