]> ruin.nu Git - NDIRC.git/blobdiff - Eos.pm
Use Moose and make the bots object-oriented with Bot as base class
[NDIRC.git] / Eos.pm
diff --git a/Eos.pm b/Eos.pm
index 079b7c9012ddc7acdc00a6f3c54bb369669b8bf5..258dd729cd6502b16e427f9ae3d529cbf073f95b 100644 (file)
--- a/Eos.pm
+++ b/Eos.pm
@@ -1,5 +1,5 @@
 #**************************************************************************
-#   Copyright (C) 2006 by Michael Andreen <harvATruinDOTnu>               *
+#   Copyright (C) 2009 by Michael Andreen <harvATruinDOTnu>               *
 #                                                                         *
 #   This program is free software; you can redistribute it and/or modify  *
 #   it under the terms of the GNU General Public License as published by  *
@@ -22,6 +22,9 @@ use strict;
 use warnings;
 use feature ':5.10';
 
+use Moose;
+extends 'NDIRC::Bot';
+
 use POE::Session;
 use NDIRC::Misc;
 use ND::DB;