Jabber Perl Bot Project Homepage
| An easy to use and modular Jabber Bot written in Perl which also supports IRC
and IPC (Inter Process Communication) |
Jabber Perl Bot
File Format: Unrecognized - Jabber Perl Bot. Usermanual. Kahless. Copyright © 2001 Kahless. Abstract.
Get latest version of documentation for the Jabber Perl Bot at ... |
Modular Homepage System v1.0
| News ## 2005-01-12: Another small fixes to make jpb work with Net::Jabber 2.0 -
New version is 0.3.3 2004-07-15: I fixed a few bugs which crached JPB on ... |
[PDF]
Jabber Perl Bot
File Format: PDF/Adobe Acrobat - Jabber Perl Bot: Usermanual. by Kahless. Copyright © 2001 by Kahless. Get latest
version of documentation for the Jabber Perl Bot at ... |
Configuring
| Configuring. First of all you should rename the baseconfig.pl to config.pl.
Then edit the config.pl and change the variables. If the description in the ... |
Basics
| Chapter 1. Basics. Table of Contents; The Code · Registering your module.
To extend the Jabber Perl Bot you have to write modules which is inherited from ... |
Using
| Chapter 2. Using. Table of Contents; pls (Owner functions) · sendmessage.pl.
After configuring the bot you can just run it with: ./bot.pl ... |
IRC Messages
| Chapter 3. IRC Messages. Table of Contents; Registering Modules · Coding Modules.
IRC Messages have allways as type IRC and as tag eg public, msg, . ... |
Coding Modules
| package modules::IRC::helloirc; use module; use vars '@ISA'; @ISA = ("module");
sub hello { my ($pkg, %args) = @_; $vars{other}->{conn}->privmsg( ... |
Jabber Perl Bot
| Jabber Perl Bot. Usermanual. Kahless. Copyright © 2001 by Kahless. Get latest
version of documentation for the Jabber Perl Bot at http://jpb.sourceforge.net ... |