unitycoders / uc_pircbotx

A bot for #unity-coders using pircbotx
GNU General Public License v3.0
3 stars 2 forks source link

Feature backends #75

Closed webpigeon closed 8 years ago

webpigeon commented 8 years ago

This change allows the swapping out of IRC for a terminal/console based backend to test plugins without needing to connect the bot to IRC.

Its also a stepping stone to allow for XMPP based connections (although this requires abstracting out some of the protocol-specific stuff like the bot). I've left this out of the PR as at the moment this requires no API changes for plugins.

webpigeon commented 8 years ago

Build failed on travis CI because for some reason the openjdk+maven build segfaults on their servers.