Het programma jIRCii is een volledig op Java gebaseerde IRC-client, geschikt voor een Windows-, een Linux- of een Mac OS X-omgeving. Ondersteuning voor DCC/CTCP, IRC over SSL en multiple server connections is aanwezig daarnaast kan je met sleep, een Perl achtige taal, alles naar smaak aanpassen. De ontwikkelaar heeft onlangs de drieendertigste bètaversie uitgegeven met het volgende changelog:
jIRCii beta 33:[break]De volgende drie downloads staan klaar:
- added support for ISUPPORT numeric 005. This information is available as a hash scalar via &getSupportHints();
- PREFIX variable from ISUPPORT is used to map user modes on channels
- added a hasmode predicate i.e. if ($nick hasmode $channel)
- added a &getModeFor("nick", "#channel") to return the mode display character that nick has on #channel
- fixed bug with perform on connect not firing on servers with no MOTD - Elly
- added a $channels variable which is available inside of the QUIT event/set
- /me now works in a DCC Chat
- added an option to View -> Options -> IRC OPtions to disable auto update of internal address list on channel join
- optimized the drawing of text selection a little bit. you might not notice, but I did spend 3 hours on it.
- updated &addTimer to interpret parameter as a sleep closure
- added "reconnect.time" property (set to 5s by default). this variable controls how long jIRCii sleeps between attempted reconnects.
- personal idle timer is now reset even if the on input event is halted
- fixed clickable URL's not working with "www.somesite.com"
- array index operator can now be applied to HOES expressions i.e.
Mac OS X
Windows
Source