Download List

Descripción del Proyecto

t0xirc is a PHP class that enable applications to interact with the popular IRC bot Eggdrop. It can be used to include a list of connected users on a Web page, or even to write a CLI PHP script that runs in the background and gives some intelligence to idle bots.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-07-08 22:57
1.0.4

Esta versión incluye el soporte para redes con más de 9 caracteres de apodos, y agrega un parámetro de razones para dejar el "método". Manejo de caracteres "_" en nombre de los canales ha sido reparado, y hay pequeñas correcciones al método connect ().
Tags: Minor feature enhancements
This release adds support for networks with more than 9 characters in nicknames, and adds a reason parameter to the "kick" method. Handling of "_" characters in channel names has been fixed, and there are small fixes to the connect() method.

2003-02-22 16:18
1.0.3

Un nuevo use_channel ($ chan) el método, el apoyo a métodos de devolución de llamada, una solución para un pequeño bug en el código de inicio y las actualizaciones de la ejemplo.php paquete.
Tags: Minor feature enhancements
A new use_channel($chan) method, support for callback methods, a fix for a small bug in init code, and updates to the bundled example.php.

2002-11-08 01:24
1.0.2

Este comunicado añade un PUBACT ($ texto, $ chan) el método y el apoyo a Botnick (botnick.tcl es necesario), corrige algunos errores menores, y tiene un README con información actualizada devoluciones de llamada de temporizador.
Tags: Minor feature enhancements
This release adds a pubact($text, $chan) method and support for botnick (botnick.tcl is needed), fixes some minor bugs, and has an updated README with timer callbacks information.

2002-08-14 05:39
1.0.1

Detección del apodo bot, define para devoluciones de llamada, expresiones regulares, y una desconexión () método se han añadido. Fija se hicieron para ejemplo.php (con un error de bucle infinito si connect () se alimentó con inicio de sesión no válido / pass), y la documentación se ha actualizado.
Tags: Minor bugfixes
Detection of the bot nickname, defines for callbacks, regexps, and a disconnect() method were added. Fixes were made for example.php (with an infinite loop bug if connect() was fed with invalid login/pass), and documentation was updated.

2002-08-10 08:44
1.0.0

Tags: Initial freshmeat announcement

Project Resources