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

Comparing kgsueme/kgsueme/game.pl (file contents):
Revision 1.116 by root, Tue Jun 1 13:34:40 2004 UTC vs.
Revision 1.117 by root, Tue Jun 1 21:24:11 2004 UTC

781} 781}
782 782
783sub event_owner_left { 783sub event_owner_left {
784 my ($self) = @_; 784 my ($self) = @_;
785 785
786 sound::play 2, "info";
787 $self->{chat}->append_text ("\n<infoblock><header>Owner left</header>" 786 $self->{chat}->append_text ("\n<infoblock><header>Owner left</header>"
788 . "\nThe owner of this game left.</infoblock>"); 787 . "\nThe owner of this game left.</infoblock>");
789} 788}
790 789
791sub event_teacher_left { 790sub event_teacher_left {
792 my ($self) = @_; 791 my ($self) = @_;
793 792
794 sound::play 2, "info";
795 $self->{chat}->append_text ("\n<infoblock><header>Teacher left</header>" 793 $self->{chat}->append_text ("\n<infoblock><header>Teacher left</header>"
796 . "\nThe teacher left the game.</infoblock>"); 794 . "\nThe teacher left the game.</infoblock>");
797} 795}
798 796
799sub event_done { 797sub event_done {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines