Welcome to DeadEd.com
Thursday, July 02 2009 @ 08:30 PM CDT
Forum Topic Last Post
  View Printable Version 

PircBot Demo: CommandBot added

PircBot DemosA new PircBot Demo has been added: CommandBot

A simple PircBot bot to show a quick and easy way to add multiple commands to a bot. This allows the main bot class to stay clutter free and each command has a private space to store information.

This is the very first user contributed PircBot demo, so many thanks to AMcBain for this one!
  View Printable Version 

Introducing CerealBot

General News

What does the PircBot Java API have in common with cereal? What happens when a Ruby fan has too much time on his hands? Oh, and don't forget a love of IRC ... you get a nutty Ruby IRC API and a whole bunch of related projects. Head over to http://cerealbot.org/ for a fresh bowl of IRC madness, served to you by Raws.

  View Printable Version 

PircBot Demo: AuthWithBot fixed

PircBot DemosThe PircBot Demo AuthWithBot has been updated.

There was some code in the constructor that had been copy-pasted from another demo that caused it to quit while trying to load a file that wasn't there. It actually took 273 downloads of that before someone actually questioned that. Thanks to Wicked for taking the time to report this.
  View Printable Version 

PPF 0.6 Released

PPFPPF 0.6 release - complete package with core and plugins.
Another all-in-one release to get some of the latest changes out. Some minor improvements to the core, a few bugs fixes and updates in some plugins and a few new plugins.

New plugins: AutoOp, GeeklogSearch, Introduction, InviteBot, Jaiku, LDAPQuery, One, PieSpy, Pug, ServerAdminManager

Updated plugins: Advertiser, CBFinder, ComicBot, FeedReader, JMegaHalAI, Log, Roulette, ServerAdminHelper, ServerAdminHelperHL2, ServerAuth, ServerQuery, Tell, TinyUrl
  View Printable Version 

Pug plugin updated

PPFPug plugin has been updated to 1.3 and dropped into the Beta Software area.
  View Printable Version 

PPF with OSGi

PPFThere seems to be a bit more of a buzz around OSGi recently so I thought I would post the quick version of PPF that I "OSGI-fied" last year to draw some interest, not only for the other plugin developers, but also for myself ... call it kicking myself up the bum ;) Anyway, it's been sitting in the betas section on this site for for a while, note there is a tutorial available and feel free to drop by #deaded on irc.quakenet.org anytime as well.

http://www.deaded.com/betas/PPF/OSGi/
  View Printable Version 

Impossible Sudoku

General NewsJibbler has released his second book (IRC Hacks being the first). No, this one is not IRC related, but it will make trying to have a conversation with Monty (his faithful bot) seem possible in comparison!

So, with a sly grin, Jibbler presents Impossible Sudoku
  View Printable Version 

QueriEd 2.6 Released

QueriEdQueriEd 2.6 has been released. Changes are:
  • added support for WSW (Warsow) (thanks mcrandello)
  • fixed BF2 server query
  • added Q4 (Quake 4) support (mcrandello)
  • added COD4 query type for convenience (already supported as it is the same as COD2 query)
  • added getFullResponse() to ServerInfo to return the actual results from the details query. This can then be parsed as wanted.
  View Printable Version 

PircBot Demo: ThreadedBot added

PircBot DemosA new PircBot Demo has been added: ThreadedBot

Simple PircBot bot to demonstrate how to run things in a Thread from the bot.
  View Printable Version 

PircBot Demo: DCCBot added

PircBot DemosA new PircBot Demo has been added: DCCBot

Simple PircBot bot to demonstrate how to use the DCC features.