Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version bietet Unterstützung für Netzwerke mit mehr als 9 Zeichen in Spitznamen, und fügt hinzu, ein Grund-Parameter auf den "Kick"-Methode. Umgang mit "_"-Zeichen in den Namen eines Kanals wurde behoben, und es sind kleine Korrekturen zu der Methode 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

Eine neue use_channel ($ chan)-Methode, Unterstützung für die Callback-Methoden, eine Korrektur für einen kleinen Fehler im init-Code und Updates für die gebündelte example.php.
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

Diese Veröffentlichung fügt ein pubact ($ text, $ chan)-Methode und die Unterstützung für botnick (botnick.tcl ist erforderlich), behebt einige kleinere Fehler und hat eine aktualisierte README mit Timer-Rückrufe Informationen.
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

Der Nachweis der Bot-Kurzname, definiert für Rückrufe, reguläre Ausdrücke und ein disconnect ()-Methode wurden hinzugefügt. Fixes wurden example.php gemacht (mit einer Endlosschleife, wenn Fehler connect () wurde mit ungültigen Login / Pass FED) und die Dokumentation wurde aktualisiert.
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