diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2012-02-27 01:49:24 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-03-13 22:16:15 -0400 |
commit | 974fc1015a39a618352317933de14c36c3fe3a41 (patch) | |
tree | edbc58dc9bff7cfe91fbc5c2565f1a92573fba74 /files | |
parent | cf6462a91be41d325711d5ebdb910ff95202dac7 (diff) |
add reference for good material i found
Diffstat (limited to 'files')
-rw-r--r-- | files/irc_bot/riseup-nagios-server.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/irc_bot/riseup-nagios-server.pl b/files/irc_bot/riseup-nagios-server.pl index 04e3054..4ccec47 100644 --- a/files/irc_bot/riseup-nagios-server.pl +++ b/files/irc_bot/riseup-nagios-server.pl @@ -11,6 +11,8 @@ ## 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 +## +## in the meantime, inspiration for extensions can be found here: http://svn.foswiki.org/trunk/WikiBot/mozbot.pl use strict; use File::Basename; |