in reply to Net::IRC Connection times out

the easiest way to find out is to do $irc->{_debug} = 1; (before the call to start ofcourse).

This should print out what handler it is trying to call.

Replies are listed 'Best First'.
Re^2: Net::IRC Connection times out
by Anonymous Monk on Oct 05, 2004 at 20:02 UTC
    didn't work, so i put $self->{_debug} = 1; into my sub on_connect.
    This worked fine :)

    i've got the output and the handlers called:
    >>> PRIVMSG #java :blablabla<br> Handler for 'public' called.<br>
    Then I switched off my modem at the router. My normal IRC Client had a disconnect. But the Net::IRC just runned on without any output.
    I tested the whole thing on Linux and Windows(activeperl).
    Has anyone an idea for a workaround? :)
    greets