Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>There's an IDEA plugin. IDEA is a pure Swing application, so it might be close.</p> <p><a href="http://plugins.jetbrains.com/plugin/?id=1175">http://plugins.jetbrains.com/plugin/?id=1175</a></p> <p>Other than that, try this list: </p> <ul> <li><strong><a href="http://code.google.com/p/silvertrout/">SilverTrout</a></strong> has <a href="http://code.google.com/p/silvertrout/source/browse/#git%2Fsource%2Fsilvertrout%2Fplugins%2Fadminboy">many, but simple plugins</a>. Similar approach as PircBot, only pluggable. </li> <li><strong><a href="http://sourceforge.net/projects/moepii/">IRClib</a></strong></li> <li><strong><a href="http://code.google.com/p/irc-api/">IRC-API</a></strong> - I haven't tried. Seems to be quite well designed, but I haven't found any how-to.</li> <li><strong><a href="http://www.jibble.org/pircbot.php">PircBot</a></strong> is the most famous and probably most used, but suffers from hevay design misconceptions and uses several antipatterns. Only use for really simple bots.</li> <li><strong><a href="https://github.com/davidlazar/PircBot">PircBot'</a></strong> is a PircBot revival by David Lazar, adds some features, mainly SSL.</li> <li><strong><a href="https://github.com/OndraZizka/PircBot">PircBot 1.7</a> by me. **Mavenized</strong>. I've partly got rid of the God-object antipattern and changed logging to Slf4j / Log4j, plus some minor additions.</li> <li><p><strong><a href="https://code.google.com/p/pircbotx/wiki/">PircBotX</a></strong> is a re-implementation of PircBot.</p></li> <li><p><strong><a href="http://code.google.com/p/jawabot/">JawaBot 2.x</a></strong> is a pluggable standalone application with IRC and web UI which aims to put multiple functionalities under one bot, while still keeping the structure of the code sane. <strong>Mavenized</strong>.<br> Currently, there are few plugins:</p> <ul> <li>Jira - resolves name, status and assignee from a Jira issue tracker. Configurable. Default config supports opensource repos: JBoss, Codehaus, Apache and others.</li> <li>Logger - logs IRC events to a DB. Has a web UI.</li> <li>Reservation - for reservation of resources over IRC. Has a web UI.</li> <li>WhereIs - looks for nicks in all channels, supports wildcards.</li> <li>Messenger - delivers messages to users which are offline when they connect ("answering machine").</li> <li>PasteBin - let's user paste text through PM, saves it, and posts a link to a web UI to the channel.</li> <li>AutoOp - gives op to users.</li> <li>Social - reacts to "Hi!" etc. Kind of <a href="http://code.google.com/p/jawabot/wiki/HowToWriteIrcPlugin">Hello World plugin</a>.</li> </ul></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload