Hello Robert!
Am 08.11.2008 um 19:08 schrieb Robert Pendell:
This seems to be an other bug of IRCServices that I forgot to mention and had on all my boxes, as well: IRCServices don't flush the write buffer when the connection to the server is established and therefore never sends the USER and NICK commands to log in. Which in turn causes the server to disconnect IRCServices again because of no commands were received.
Solution #1: Send IRCServices a HUP signal right after starting it up (kill -HUP <PID>).
Solution #2: I fixed the bug in IRCServices, see my post to the IRCServices mailing list: http://lists.ircservices.za.net/pipermail/ircservices/2008/005658.html So you can a) apply this patch or b) wait for an IRCServices release with this patch.
Regards Alex