summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAntoine Beaupre <anarcat@koumbit.org>2012-02-27 01:29:12 -0500
committerMicah Anderson <micah@riseup.net>2012-03-13 22:16:11 -0400
commitf56b96b55ce609df4a950f203bf2635906741ed8 (patch)
tree7883a4ac0dc643ffefe62e74da5084a9180a0990 /files
parentceb6233f66f90cd90e4d26afaca180dfb183e77a (diff)
note that this bot needs to be ported to the new framework
Diffstat (limited to 'files')
-rw-r--r--files/irc_bot/riseup-nagios-server.pl8
1 files changed, 8 insertions, 0 deletions
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;