-
Notifications
You must be signed in to change notification settings - Fork 1
FixingInfobotParser
Nuno Nunes edited this page Nov 30, 2011
·
4 revisions
Extend the Infobot's code in such a way that we override it's functionality where it makes sense.
Possible ways to do it, (none of which I've yet tried to evaluate as possible and/or desirable):
use base Bot::BasicBot::Pluggable::Module::Infobot
- Create an additional module that "hijacks" the parsing function from the core module
Just re-implement the Bot::BasicBot::Pluggable::Module::Infobot
module from scratch.
Must-haves:
- Maintain the current interface at all costs (may extend at will, of course)