ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/schmorp-irc.ext
(Generate patch)

Comparing deliantra/server/ext/schmorp-irc.ext (file contents):
Revision 1.1 by root, Fri Dec 15 19:29:18 2006 UTC vs.
Revision 1.2 by root, Sun Jan 7 02:39:14 2007 UTC

39 for ext::commands::who_listing (); 39 for ext::commands::who_listing ();
40 40
41 } elsif ($msg =~ /^\!tell/) { 41 } elsif ($msg =~ /^\!tell/) {
42 my (undef, $target, $tmsg) = split / /, $msg, 3; 42 my (undef, $target, $tmsg) = split / /, $msg, 3;
43 43
44 if (my $other = cf::player::find $target) { 44 if (my $other = cf::player::find_active $target) {
45 45
46 if ($tmsg) { 46 if ($tmsg) {
47 if ($me eq $target) { 47 if ($me eq $target) {
48 $CON->send_chan ($BOTCHAN, NOTICE => "$me: You are talking to yourself, you freak!", $BOTCHAN); 48 $CON->send_chan ($BOTCHAN, NOTICE => "$me: You are talking to yourself, you freak!", $BOTCHAN);
49 } elsif ($other->ob->{ext_ignore_tell}{$me} >= time) { 49 } elsif ($other->ob->{ext_ignore_tell}{$me} >= time) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines