X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Delling.pm;h=33141596b3f6d82c29ceebe6ec6e4d1be398dbcd;hp=362e7aac79b93846ebee164e0a27071e77e7175f;hb=05629ec258dcfc359decc3cbc44c3345dd0eb62e;hpb=0d63bf9da52cdfe2c9d8850b690032ff539b6398 diff --git a/Delling.pm b/Delling.pm index 362e7aa..3314159 100644 --- a/Delling.pm +++ b/Delling.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;