]> ruin.nu Git - NDIRC.git/blobdiff - Quotes.pm
mved package from ND::IRC to NDIRC
[NDIRC.git] / Quotes.pm
index cf2750b79f7e891e6cadad37f08d98c25f5dff4c..84514801af0a2667571765e7d19233be5a3b1157 100644 (file)
--- a/Quotes.pm
+++ b/Quotes.pm
 #   Free Software Foundation, Inc.,                                       *
 #   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
 #**************************************************************************/
-package ND::IRC::Quotes;
+package NDIRC::Quotes;
 use strict;
 use warnings;
-use ND::IRC::Access;
+use NDIRC::Access;
 use Tie::File;
 use File::Temp ();
 require Exporter;