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.25 by root, Mon May 31 17:14:25 2004 UTC vs.
Revision 1.26 by root, Mon May 31 18:18:26 2004 UTC

114 114
115 $self->SUPER::event_part; 115 $self->SUPER::event_part;
116 $self->destroy; 116 $self->destroy;
117} 117}
118 118
119sub event_quit {
120 my ($self) = @_;
121
122 $self->SUPER::event_quit;
123 $self->destroy;
124}
125
119sub event_update_roominfo { 126sub event_update_roominfo {
120 my ($self) = @_; 127 my ($self) = @_;
121 128
122 $self->{chat}->append_text("\n<user>" . (util::toxml $self->{owner}) . "</user>\n" 129 $self->{chat}->append_text("\n<user>" . (util::toxml $self->{owner}) . "</user>\n"
123 . "<description>" . (util::toxml $self->{description}) . "</description>\n"); 130 . "<description>" . (util::toxml $self->{description}) . "</description>\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines