]> ruin.nu Git - NDIRC.git/blobdiff - Channel.pm
mved package from ND::IRC to NDIRC
[NDIRC.git] / Channel.pm
index 0200ea077c93d552eb0c26f28d8440ed1c3ccaaa..9152e8da5d2fdc10976e0c0e264e2b2fe9490dcd 100644 (file)
 #   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/;