NAME

test module


DESCRIPTION

test module to test new functionalies


COPYRIGHT and LICENCE

  Copyright (c) 2002 Bruno Boettcher
  testmod.pm is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; version 2
  of the License.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.


Methods of this class

isa
return the type of thie module

version
return the version of this module

_default
the stuff that couldn't be identifyed

uncatched
the stuff that couldn't be identifyed

_start
This gets executed as soon as the kernel sets up this session.

init
make the connection to th e POE system

pubtrig
react on a trigger send through public means


NAME

POE::Component::testmod - a fully event-driven test module.


SYNOPSIS

  use POE::Component::testmod;
  # Do this when you create your sessions. 'my client' is just a


METHODS

Well, OK, there's only actually one, so it's more like ``METHOD''.

new
Takes one argument: a name (kernel alias) which this new connection


INPUT

How to talk to your new IRC component... here's the events we'll accept.

Important Commands

ctcp and ctcpreply
Sends a CTCP query or response to the nick(s) or channel(s) which you

connect
Takes one argument: a hash reference of attributes for the new

dcc
Send a DCC SEND or CHAT request to another person. Takes at least two

dcc_accept
Accepts an incoming DCC connection from another host. First argument:

dcc_chat
Sends lines of data to the person on the other side of a DCC CHAT

dcc_close
Terminates a DCC SEND or GET connection prematurely, and causes DCC CHAT

join
Tells your IRC client to join a single channel of your choice. Takes


AUTHOR

Bruno Böttcher <bboett at adlp.org>


SEE ALSO

zebot home page http://www.freesoftware.fsf.org/zebot/ POD documentation of zebot