]> git.donarmstrong.com Git - infobot.git/blob - patches/Net::IRC.patch
Initial revision
[infobot.git] / patches / Net::IRC.patch
1 --- Net/IRC/Connection.pm.orig  Wed May 24 16:52:30 2000
2 +++ Net/IRC/Connection.pm       Wed May 24 16:53:39 2000
3 @@ -392,9 +392,8 @@
4  # Standard destructor method for the GC routines. (HAHAHAH! DIE! DIE! DIE!)
5  sub DESTROY {
6      my $self = shift;
7 +    # how ironic.
8      $self->handler("destroy", "nobody will ever use this");
9 -    $self->quit();
10 -    # anything else?
11  }
12  
13