NAME

leveHandler


DESCRIPTION

leveHandler translates the calls coming from the irc interface into calls understandable by the leverloda leech script


COPYRIGHT and LICENCE

  Copyright (c) 2002 Bruno Boettcher
  leveHandler.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

init
Initiaize, means set up this module

PRIVMSGaction
react on a message addressed directly to this script

help
issue the help for this module

isa
return the type of thie module

version
return the version of this module

get_info
retrieve some system info

irc_kick
react on some user or the bot itself beeing kicked

dcc_list
retrieve the list of actual DCC transfers

command
send a line to the server, channel

command_with_server
send a line to a submitted server, channel

addJob
add a command to be exectued at a given time, or following actual possibilities

run extract all queues where time is <= actual time and trigger themrun
addList
add another channel to monitor by !list cmd

initList
start the processing of !list commands

dumpStack
show all the jobs that are stocked n the stack and will be batched later on

executeJob
xecute a given job

stop
stopping, emptying the stack of its content....

validServer
check validity of a server

sysdata
hold the preferences disponibles through the skeleton


AUTHOR

Bruno Böttcher <bboett at adlp.org>


SEE ALSO

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