From f56b96b55ce609df4a950f203bf2635906741ed8 Mon Sep 17 00:00:00 2001 From: Antoine Beaupre Date: Mon, 27 Feb 2012 01:29:12 -0500 Subject: note that this bot needs to be ported to the new framework --- files/irc_bot/riseup-nagios-server.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'files/irc_bot/riseup-nagios-server.pl') diff --git a/files/irc_bot/riseup-nagios-server.pl b/files/irc_bot/riseup-nagios-server.pl index 89a4c35..9fbc8c5 100644 --- a/files/irc_bot/riseup-nagios-server.pl +++ b/files/irc_bot/riseup-nagios-server.pl @@ -4,6 +4,14 @@ # a simple IRC bot which dispatches messages received via local domain sockets # ############################################################################## + +###### +## THIS NEEDS TO BE PORTED TO THE NEW FRAMEWORKS! +## +## STICKY POINTS: the addfh() function doesn't exist in BasicBot or POE::Component::IRC +## +## people suggested we use Anyevent::IRC and POE::Kernel ->select_read and POE::Wheel namespace + use strict; use File::Basename; -- cgit v1.2.3