ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/room.pl
(Generate patch)

Comparing kgsueme/kgsueme/room.pl (file contents):
Revision 1.29 by root, Wed Jun 2 05:57:32 2004 UTC vs.
Revision 1.30 by root, Wed Jun 2 09:32:32 2004 UTC

54 54
55sub FINALIZE_INSTANCE { print "FIN room\n" } # never called MEMLEAK #d#TODO# 55sub FINALIZE_INSTANCE { print "FIN room\n" } # never called MEMLEAK #d#TODO#
56 56
57sub part { 57sub part {
58 my ($self) = @_; 58 my ($self) = @_;
59
60 $self->hide;
59 $self->SUPER::part; 61 $self->SUPER::part;
60
61 $self->hide_all;
62} 62}
63 63
64sub inject_msg_room { 64sub inject_msg_room {
65 my ($self, $msg) = @_; 65 my ($self, $msg) = @_;
66 66

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines