irccat icon indicating copy to clipboard operation
irccat copied to clipboard

IRC bot that simplifies posting to IRC from shell scripts

Results 5 irccat issues
Sort by recently updated
recently updated
newest added

I updated the .gitignore file to excluse sensitive information (read: local configuration file with e.g. channel passwords) while pushing to Github.

This is a second attempt at https://github.com/RJ/irccat/pull/11 Added code to send "login" (the users ident) to the command handler. We needed this to be able to compare the user's ident...

Added support for Microsoft's auto-translation to twitter_feed after google got blocky, added an automatic "did you mean X" corrector to command_runner.

max_response_per_channel changes by @jordane README updates by various Better example init script by me Working twitter search (Previous example broke with twitter API changes) by @Jonty Bringing JIRA plugin up...

Updates IRCCat server with newer Java concurrency management mechanisms (ExecutorService) and process launch for Scripter (ProcessBuilder) to ensure less zombie thread buildup during long uptime. Otherwise makes no changes to...