X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Eos.pm;h=258dd729cd6502b16e427f9ae3d529cbf073f95b;hp=079b7c9012ddc7acdc00a6f3c54bb369669b8bf5;hb=05629ec258dcfc359decc3cbc44c3345dd0eb62e;hpb=0d63bf9da52cdfe2c9d8850b690032ff539b6398 diff --git a/Eos.pm b/Eos.pm index 079b7c9..258dd72 100644 --- a/Eos.pm +++ b/Eos.pm @@ -1,5 +1,5 @@ #************************************************************************** -# Copyright (C) 2006 by Michael Andreen * +# Copyright (C) 2009 by Michael Andreen * # * # 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;