This is a modular chat system for bingo eV. (http://www.bingo-ev.de). It is inspired by irc and many others. You can chat via web frontend, console frontend or any other (like dedicated clients). All help apriciated.
Be the first to post a text review of bingo chat. Rate and review a project by clicking thumbs up or thumbs down in the right column.
yet another bbot release V0.0.3pl1: * Inserted missing statements in biotr.sql
V0.0.3pl1: * Inserted missing statements in biotr.sql
Just thrown bBot V0.0.3 into the wild.
V0.0.3: * bbot is now part of the bChat-Project on sf.net * bbot now registers if banned * bbot now registers chat-shutdowns and keeps trying to relogin until it is back online * db-connect is now established BEFORE the loop and closed AFTER the loop, not INSIDE of it (MUCH LESSER MySQL-connects) * Bugfix for *g*ame * cleaned up code in bot.pl
Hi there, bchat-0.0.1pl2 has been released, unleashing the power of /ignore and /unignore... and it has a BUG. You will have to add a table to the database called ignorelist, here is the mysqldump: ---------------------------------------------- CREATE TABLE ignorelist ( ID bigint(20) NOT NULL auto_increment, who bigint(20) NOT NULL default '0', whom bigint(20) NOT NULL default '0', PRIMARY KEY (ID), UNIQUE KEY ID (ID), KEY who (who) ) TYPE=MyISAM; ------------------------------------------------ We are sorry for this mistake... and will try to kill bugs like this before any release in the future. For a closer look at the Changes see the Changelog. Have Fun! bCoders
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?