in reply to Re: Preventing disconnections of an IRC Bot made with Net::IRC
in thread Preventing disconnections of an IRC Bot made with Net::IRC
orif (eof($irc)) { &on_disconnect; }
Is that correct?if (!fileno($irc)) { &on_disconnect; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Preventing disconnections of an IRC Bot made with Net::IRC
by Anonymous Monk on Dec 07, 2003 at 10:14 UTC |