From: Andres S. <di...@us...> - 2005-02-11 13:37:32
|
Update of /cvsroot/tuxaator/tuxaator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9218 Modified Files: tuxaator Log Message: Flag departure from current channel in case of disconnect Index: tuxaator =================================================================== RCS file: /cvsroot/tuxaator/tuxaator/tuxaator,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** tuxaator 10 Nov 2004 21:54:53 -0000 1.89 --- tuxaator 11 Feb 2005 13:37:05 -0000 1.90 *************** *** 390,393 **** --- 390,394 ---- sub on_disconnect { my ($self, $event) = @_; + $Core->{curchannel} = ''; # Disconnect means full departure # try to reconnect if configured to do so unless ($config{'disable_reconnect'}) |