Man Page: poe::component::irc::cookbook::reload
Operating Environment: debian
Section: 3pm
POE::Component::IRC::Cookbook::Reload(3pm) User Contributed Perl Documentation POE::Component::IRC::Cookbook::Reload(3pm)NAMEPOE::Component::IRC::Cookbook::Reload - Reload your bot's code after a changeSYNOPSISWouldn't it be neat if you could update your bot's code, and have the changes be applied without dropping the connection to the IRC server?DESCRIPTIONAt first, this might seem complicated. You might have to mess with "eval STRING"/"do FILE", deal with scoping issues and what not. But when you really think about it, all you need is an IRC proxy. Let the proxy handle the IRC connection, and let the bot run as a separate process which you can restart at will. POE::Component::IRC itself can act as a proxy. See the Proxy plugin for details.AUTHORHinrik Oern Sigur`sson, hinrik.sig@gmail.com perl v5.14.2 2011-12-07 POE::Component::IRC::Cookbook::Reload(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |