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

Comparing deliantra/server/ext/chat.ext (file contents):
Revision 1.6 by pippijn, Wed Feb 28 19:25:27 2007 UTC vs.
Revision 1.20 by elmex, Thu Jun 28 08:34:42 2007 UTC

1#! perl 1#! perl # depends=irc
2#CONVERSION: PARTIAL 2#CONVERSION: PARTIAL
3 3
4# implement a replacement for the built-in say/chat/shout/tell/reply commands 4# implement a replacement for the built-in say/chat/shout/tell/reply commands
5# adds ignore/unignore functionality 5# adds ignore/unignore functionality
6 6
22 } 22 }
23 } 23 }
24 } 24 }
25} 25}
26 26
27# send_irc ($format, @args, $msg)
28# make sure the last argument is the message!
29sub send_irc {
30 my ($format, @args) = @_;
31 my $msg = pop @args;
32 for (split /\n/, $msg) {
33 ext::irc::do_notice (sprintf $format, @args, $_)
34 }
35}
36
27cf::player->attach ( 37cf::player->attach (
28 prio => -1000, 38 prio => -1000,
29 on_login => sub { 39 on_login => sub {
30 my ($pl) = @_; 40 my ($pl) = @_;
31 41
32 clean_timeouts $pl->ob; 42 clean_timeouts $pl->ob;
33 }, 43 },
34
35 1
36); 44);
37 45
38cf::register_command listen => sub { 46cf::register_command listen => sub {
39 my ($who, $msg) = @_; 47 my ($pl, $msg) = @_;
40 my $player = cf::player::find_active $who->name; 48 my $player = cf::player::find_active $pl->name;
41 49
42 if ($msg ne "") { 50 if ($msg ne "") {
51 $msg = 10 if $msg > 10;
52
43 my $prev_listen = $player->listening; 53 my $prev_listen = $player->listening;
44 $player->listening ($msg); 54 $player->listening ($msg);
45 if ($prev_listen == $player->listening) { 55 if ($prev_listen == $player->listening) {
46 $who->message ("Your verbose level stayed $prev_listen.", cf::NDI_UNIQUE); 56 $pl->message ("Your verbose level stayed $prev_listen.", cf::NDI_UNIQUE);
47 } else { 57 } else {
48 $who->message ("Your verbose level is now " . $player->listening . ". (previously: $prev_listen)", cf::NDI_UNIQUE); 58 $pl->message ("Your verbose level is now " . $player->listening . ". (previously: $prev_listen)", cf::NDI_UNIQUE);
49 } 59 }
50 } else { 60 } else {
51 $who->message ("Your verbose level is " . $player->listening . ".", cf::NDI_UNIQUE); 61 $pl->message ("Your verbose level is " . $player->listening . ".", cf::NDI_UNIQUE);
52 }
53
54 1 62 }
63};
64
65cf::register_command cointoss => sub {
66 my ($pl, $msg) = @_;
67
68 my $name = $pl->name;
69
70 if (int rand 2) {
71 for my $other ( grep { $pl->on_same_map_as ($_->ob) } cf::player::list ) {
72 next
73 if $other->ob == $pl;
74 $other->ob->message ("$name flips a coin.... Heads!", cf::NDI_GREY | cf::NDI_UNIQUE);
75 }
76
77 $pl->message ("You flip a coin.... Heads!", cf::NDI_GREY | cf::NDI_UNIQUE);
78 } else {
79 for my $other ( grep { $pl->on_same_map_as ($_->ob) } cf::player::list ) {
80 next
81 if $other->ob == $pl;
82 $other->ob->message ("$name flips a coin.... Tails!", cf::NDI_GREY | cf::NDI_UNIQUE);
83 }
84
85 $pl->message ("You flip a coin.... Tails!", cf::NDI_GREY | cf::NDI_UNIQUE);
86 }
87};
88
89cf::register_command orcknuckle => sub {
90 my ($pl, $msg) = @_;
91 my @orcknuckle = ("none", "beholder", "ghost", "knight", "princess", "dragon", "orc");
92
93 my $name = $pl->name;
94
95 my ($i, $j, $k, $l) = ((int rand 5) + 1, (int rand 5) + 1, (int rand 5) + 1, (int rand 6) + 1);
96 my $result = "$orcknuckle[$i], $orcknuckle[$j], $orcknuckle[$k], $orcknuckle[$l]";
97
98 for my $other ( grep { $pl->on_same_map_as ($_->ob) } cf::player::list ) {
99 next
100 if $other->ob == $pl;
101 $other->ob->message ("$name rolls $result!", cf::NDI_GREY | cf::NDI_UNIQUE);
102 }
103
104 $pl->message ("You roll $result!", cf::NDI_GREY | cf::NDI_UNIQUE);
55}; 105};
56 106
57my $emotes = { 107my $emotes = {
58 growl => { 108 growl => {
59 noparams => { 109 noparams => {
189 noparams => { 239 noparams => {
190 other => "<self> winks suggestively.", 240 other => "<self> winks suggestively.",
191 self => "Have you got something in your eye?", 241 self => "Have you got something in your eye?",
192 }, 242 },
193 params => { 243 params => {
244 target => "<self> winks at you.",
194 target => "<self> winks at <other>.", 245 other => "<self> winks at <other>.",
195 self => "You wink suggestively at <other>.", 246 self => "You wink suggestively at <other>.",
196 }, 247 },
197 self => { 248 self => {
198 other => "<self> winks at himself - something strange is going on...", 249 other => "<self> winks at himself - something strange is going on...",
199 self => "You wink at yourself?? What are you up to?", 250 self => "You wink at yourself?? What are you up to?",
289 noparams => { 340 noparams => {
290 other => "<self> is bleeding all over the carpet - got a spare tourniquet?", 341 other => "<self> is bleeding all over the carpet - got a spare tourniquet?",
291 self => "You bleed all over your nice new armour.", 342 self => "You bleed all over your nice new armour.",
292 }, 343 },
293 params => { 344 params => {
345 target => "<self> slashes his wrist and bleeds all over you.",
294 target => "<self> slashes his wrist and bleeds all over <other>.", 346 other => "<self> slashes his wrist and bleeds all over <other>.",
295 self => "You slash your wrist and bleed all over <other>", 347 self => "You slash your wrist and bleed all over <other>",
296 }, 348 },
297 self => { 349 self => {
298 other => "<self> performs some satanic ritual while wiping his blood on himself.", 350 other => "<self> performs some satanic ritual while wiping his blood on himself.",
299 self => "Very impressive! You wipe your blood all over yourself.", 351 self => "Very impressive! You wipe your blood all over yourself.",
631 }, 683 },
632 self => { 684 self => {
633 }, 685 },
634 }, 686 },
635}; 687};
688
636for my $emotion (keys %$emotes) { 689for my $emotion (keys %$emotes) {
637 cf::register_command $emotion => sub { 690 cf::register_command $emotion => sub {
638 my ($ob, $tname) = @_; 691 my ($pl, $tname) = @_;
639 692
640 cf::async { 693 cf::async {
641 my $name = $ob->name; 694 my $name = $pl->name;
642 695
643 if ($tname eq $name) { 696 if ($tname eq $name) {
644 my $emote = $emotes->{$emotion}->{self}; 697 my $emote = $emotes->{$emotion}->{self};
698
699 $emote->{other} = "You look away from <self>."
700 if !$emote->{other};
701 $emote->{self} = "My god! Is that LEGAL?"
702 if !$emote->{self};
703
645 $emote->{other} =~ s/<self>/$name/; 704 $emote->{other} =~ s/<self>/$name/;
646 705
647 for my $other ( grep { $ob->on_same_map_as ($_->ob) } cf::player::list ) { 706 for my $other ( grep { $pl->on_same_map_as ($_->ob) } cf::player::list ) {
648 next 707 next
649 if $other->ob == $ob; 708 if $other->ob == $pl;
650 $other->ob->message ($emote->{other}, cf::NDI_GREY | cf::NDI_UNIQUE); 709 $other->ob->message ($emote->{other}, cf::NDI_GREY | cf::NDI_UNIQUE);
651 } 710 }
652 711
653 $ob->message ($emote->{self}, cf::NDI_GREY | cf::NDI_UNIQUE); 712 $pl->message ($emote->{self}, cf::NDI_GREY | cf::NDI_UNIQUE);
654 } elsif ($tname) { 713 } elsif ($tname) {
655 my $target = cf::player::find $tname 714 my $target = cf::player::find $tname
656 or return $ob->reply (undef, "$tname is not around."); 715 or return $pl->reply (undef, "$tname is not around.");
657 716
658 my $emote = $emotes->{$emotion}->{params}; 717 my $emote = $emotes->{$emotion}->{params};
718
719 $emote->{other} = "<self> is eyeing <other> quizzically."
720 if !$emote->{other};
721 $emote->{self} = "You are still nuts."
722 if !$emote->{self};
723 $emote->{target} = "You get the distinct feeling that <other> is nuts."
724 if !$emote->{target};
725
659 $emote->{self} =~ s/<other>/$tname/; 726 $emote->{self} =~ s/<other>/$tname/;
660 $emote->{target} =~ s/<self>/$name/; 727 $emote->{target} =~ s/<self>/$name/;
661 $emote->{other} =~ s/<other>/$tname/; 728 $emote->{other} =~ s/<other>/$tname/;
662 $emote->{other} =~ s/<self>/$name/; 729 $emote->{other} =~ s/<self>/$name/;
663 730
664 for my $other ( grep { $ob->on_same_map_as ($_->ob) } cf::player::list ) { 731 for my $other ( grep { $pl->on_same_map_as ($_->ob) } cf::player::list ) {
665 next 732 next
666 if $other->ob == $ob or $other == $target; 733 if $other->ob == $pl or $other == $target;
667 $other->ob->message ($emote->{other}, cf::NDI_GREY | cf::NDI_UNIQUE); 734 $other->ob->message ($emote->{other}, cf::NDI_GREY | cf::NDI_UNIQUE);
668 } 735 }
669 736
670 $target->ob->message ($emote->{target}, cf::NDI_GREY | cf::NDI_UNIQUE); 737 $target->ob->message ($emote->{target}, cf::NDI_GREY | cf::NDI_UNIQUE);
671 $ob->message ($emote->{self}, cf::NDI_GREY | cf::NDI_UNIQUE); 738 $pl->message ($emote->{self}, cf::NDI_GREY | cf::NDI_UNIQUE);
672 } else { 739 } else {
673 my $emote = $emotes->{$emotion}->{noparams}; 740 my $emote = $emotes->{$emotion}->{noparams};
674 $emote->{other} =~ s/<self>/$name/; 741 $emote->{other} =~ s/<self>/$name/;
742
743 $emote->{other} = "<self> dances with glee."
744 if !$emote->{other};
745 $emote->{self} = "You are a nut."
746 if !$emote->{self};
675 747
676 for my $other ( grep { $ob->on_same_map_as ($_->ob) } cf::player::list ) { 748 for my $other ( grep { $pl->on_same_map_as ($_->ob) } cf::player::list ) {
677 next 749 next
678 if $other->ob == $ob; 750 if $other->ob == $pl;
679 $other->ob->message ($emote->{other}, cf::NDI_GREY | cf::NDI_UNIQUE); 751 $other->ob->message ($emote->{other}, cf::NDI_GREY | cf::NDI_UNIQUE);
680 } 752 }
681 753
682 $ob->message ($emote->{self}, cf::NDI_GREY | cf::NDI_UNIQUE); 754 $pl->message ($emote->{self}, cf::NDI_GREY | cf::NDI_UNIQUE);
683 } 755 }
684 }; 756 };
685 }; 757 };
686} 758}
687 759
760cf::register_command me => sub {
761 my ($pl, $msg) = @_;
762
763 my $name = $pl->name;
764
765 $_->ob->message ("* $name $msg", cf::NDI_GREY | cf::NDI_UNIQUE)
766 for grep $pl->on_same_map_as ($_->ob), cf::player::list;
767};
768
688cf::register_command say => sub { 769cf::register_command say => sub {
689 my ($who, $msg) = @_; 770 my ($pl, $msg) = @_;
690 771
691 utf8::decode $msg; 772 utf8::decode $msg;
692 773
693 return if $who->contr->invoke (cf::EVENT_PLAYER_SAY, $msg); 774 return if $pl->contr->invoke (cf::EVENT_PLAYER_SAY, $msg);
694 775
695 if ($msg) { 776 if ($msg) {
696 my $name = $who->name; 777 my $name = $pl->name;
697 778
698 utf8::encode $msg; # ->message not yet utf8-ified
699 $_->ob->message ("$name says: $msg", cf::NDI_GREY | cf::NDI_UNIQUE) 779 $_->ob->message ("$name says: $msg", cf::NDI_GREY | cf::NDI_UNIQUE)
700 for grep $who->on_same_map_as ($_->ob), cf::player::list; 780 for grep $pl->on_same_map_as ($_->ob), cf::player::list;
701 utf8::decode $msg;
702 781
703 # npcs, magic_ears etc. 782 # npcs, magic_ears etc.
704 # first find all objects and theirt-level inventories 783 # first find all objects and their first-level inventories
705 # within a 5x5 square # that have something resembling 784 # within a 5x5 square that have something resembling
706 # dialogue or support on_say. 785 # dialogue or support on_say.
707 my ($map, $x, $y) = ($who->map, $who->x - 2, $who->y - 2); 786 my ($map, $x, $y) = ($pl->map, $pl->x - 2, $pl->y - 2);
708 787
709 for my $npc ( 788 for my $npc (
710 grep +($_->invoke (cf::EVENT_OBJECT_SAY, $who->contr, $msg) && return) || NPC_Dialogue::has_dialogue $_, 789 grep +($_->invoke (cf::EVENT_OBJECT_SAY, $pl->contr, $msg) && return) || NPC_Dialogue::has_dialogue $_,
711 map +($_, $_->inv), 790 map +($_, $_->inv),
712 grep $_, 791 grep $_,
713 map $map->at ($x + $_ % 5, $y + (int $_ / 5)), 792 map $map->at ($x + $_ % 5, $y + (int $_ / 5)),
714 0..24 793 0..24
715 ) { 794 ) {
716 # if some listener teleported us somewhere else, stop right here 795 # if some listener teleported us somewhere else, stop right here
717 last unless $map->path == $who->map->path; 796 last unless $map->path == $pl->map->path;
718 797
719 my $dialog = new NPC_Dialogue ob => $who, npc => $npc; 798 my $dialog = new NPC_Dialogue pl => $pl->contr, npc => $npc;
720 my ($reply, @kw) = $dialog->tell ($msg); 799 my ($reply, @kw) = $dialog->tell ($msg);
721 800
722 if (defined $reply) { 801 if (defined $reply) {
723 if ($npc->type == cf::MAGIC_EAR) { 802 if ($npc->type == cf::MAGIC_EAR) {
724 if (length $reply) { 803 if (length $reply) {
725 $_->ob->message ($reply, cf::NDI_BROWN | cf::NDI_UNIQUE) 804 $_->ob->message ($reply, cf::NDI_BROWN | cf::NDI_UNIQUE)
726 for grep $who->on_same_map_as ($_->ob), cf::player::list; 805 for grep $pl->on_same_map_as ($_->ob), cf::player::list;
727 } 806 }
728 $npc->use_trigger; 807 $npc->use_trigger;
729 } else { 808 } else {
730 if (length $reply) { 809 if (length $reply) {
731 $_->ob->message ($npc->name . " says: $reply", cf::NDI_BROWN | cf::NDI_UNIQUE) 810 $_->ob->message ($npc->name . " says: $reply", cf::NDI_BROWN | cf::NDI_UNIQUE)
732 for grep $who->on_same_map_as ($_->ob), cf::player::list; 811 for grep $pl->on_same_map_as ($_->ob), cf::player::list;
733 } 812 }
734 } 813 }
735 } 814 }
736 815
737 if (@kw) { 816 if (@kw) {
738 $_->ob->message ("[further topics: " . (join ", ", @kw) . "]", cf::NDI_BROWN | cf::NDI_UNIQUE) 817 $_->ob->message ("[further topics: " . (join ", ", @kw) . "]", cf::NDI_BROWN | cf::NDI_UNIQUE)
739 for grep $who->on_same_map_as ($_->ob), cf::player::list; 818 for grep $pl->on_same_map_as ($_->ob), cf::player::list;
740 } 819 }
741 } 820 }
742 821
743 } else { 822 } else {
744 $who->message ("What do you want to say?", cf::NDI_UNIQUE); 823 $pl->message ("What do you want to say?", cf::NDI_UNIQUE);
745 }
746
747 1 824 }
748}; 825};
749 826
750cf::register_command chat => sub { 827cf::register_command chat => sub {
751 my ($who, $msg) = @_; 828 my ($pl, $msg) = @_;
752 829
753 utf8::decode $msg; 830 utf8::decode $msg;
754 831
755 return if $who->contr->invoke (cf::EVENT_PLAYER_CHAT, $msg); 832 return if $pl->contr->invoke (cf::EVENT_PLAYER_CHAT, $msg);
756 833
757 if ($msg) { 834 if ($msg) {
758 my $name = $who->name; 835 my $name = $pl->name;
759 my $NOW = time; 836 my $NOW = time;
760 837
761 utf8::encode $msg; # ->message not yet utf8-ified
762 cf::LOG cf::llevDebug, sprintf "QBERT [%s] %s\n", $name, $msg; 838 cf::LOG cf::llevDebug, sprintf "QBERT [%s] %s\n", $name, $msg;
763 ext::schmorp_irc::do_notice (sprintf "[%s] %s", $name, $msg); 839 send_irc ("[%s] %s", $name, $msg);
764 840
765 $_->ob->message ("$name chats: $msg", cf::NDI_BLUE) 841 $_->ob->message ("$name chats: $msg", cf::NDI_BLUE)
766 for grep { $_->ob->{ext_ignore_shout}{$name} < $NOW && $_->listening >= 10 } cf::player::list; 842 for grep { $_->ob->{ext_ignore_shout}{$name} < $NOW && $_->listening >= 10 } cf::player::list;
767 843
768 } else { 844 } else {
769 $who->message ("Chat what?", cf::NDI_UNIQUE); 845 $pl->message ("Chat what?", cf::NDI_UNIQUE);
770 }
771
772 1 846 }
773}; 847};
774 848
775cf::register_command shout => sub { 849cf::register_command shout => sub {
776 my ($who, $msg) = @_; 850 my ($pl, $msg) = @_;
777 851
778 utf8::decode $msg; 852 utf8::decode $msg;
779 853
780 return if $who->contr->invoke (cf::EVENT_PLAYER_SHOUT, $msg); 854 return if $pl->contr->invoke (cf::EVENT_PLAYER_SHOUT, $msg);
781 855
782 if ($msg) { 856 if ($msg) {
783 my $NOW = time; 857 my $NOW = time;
784 my $name = $who->name; 858 my $name = $pl->name;
785 859
786 cf::LOG cf::llevDebug, sprintf "QBERT {%s} %s\n", $name, $msg; 860 cf::LOG cf::llevDebug, sprintf "QBERT {%s} %s\n", $name, $msg;
787 ext::schmorp_irc::do_notice (sprintf "\007\0034{%s} %s\n", $name, $msg); 861 send_irc ("\007\0034{%s} %s\n", $name, $msg);
788 862
789 utf8::encode $msg; # ->message not yet utf8-ified
790 $_->ob->message ("$name shouts: $msg", cf::NDI_RED) 863 $_->ob->message ("$name shouts: $msg", cf::NDI_RED)
791 for grep { $_->ob->{ext_ignore_shout}{$name} < $NOW && $_->listening >= 2 } cf::player::list; 864 for grep { $_->ob->{ext_ignore_shout}{$name} < $NOW && $_->listening >= 2 } cf::player::list;
792 865
793 } else { 866 } else {
794 $who->message ("Shout what?", cf::NDI_UNIQUE); 867 $pl->message ("Shout what?", cf::NDI_UNIQUE);
795 }
796
797 1 868 }
798}; 869};
799 870
800cf::register_command tell => sub { 871cf::register_command tell => sub {
801 my ($who, $args) = @_; 872 my ($pl, $args) = @_;
802 my ($target, $msg) = split /\s+/, $args, 2; 873 my ($target, $msg) = split /\s+/, $args, 2;
803 874
804 utf8::decode $msg; 875 utf8::decode $msg;
805 876
806 return if $who->contr->invoke (cf::EVENT_PLAYER_TELL, $target, $msg); 877 return if $pl->contr->invoke (cf::EVENT_PLAYER_TELL, $target, $msg);
807 878
808 my $name = $who->name; 879 my $name = $pl->name;
809 880
810 if ($target =~ /irc\//) { 881 if ($target =~ /irc\//) {
811 my (undef, $nick) = split /\//, $target, 2; 882 my (undef, $nick) = split /\//, $target, 2;
812 $who->message ("You tell $target: $args"); 883 $pl->message ("You tell $target: $args");
813 ext::schmorp_irc::do_notice (sprintf "(%s) %s: %s\n", $name, $nick, $msg); 884 send_irc ("(%s) %s: %s\n", $name, $nick, $msg);
814 } elsif (my $other = cf::player::find_active $target) { 885 } elsif (my $other = cf::player::find_active $target) {
815 886
816 if ($msg) { 887 if ($msg) {
817 if ($target eq $name) { 888 if ($target eq $name) {
818 $who->message ("You are talking to yourself, you freak!", cf::NDI_UNIQUE); 889 $pl->message ("You are talking to yourself, you freak!", cf::NDI_UNIQUE);
819 } elsif ($other->ob->{ext_ignore_tell}{$name} >= time) { 890 } elsif ($other->ob->{ext_ignore_tell}{$name} >= time) {
820 $who->message ("$target ignores what you say. Give up on it.", cf::NDI_UNIQUE); 891 $pl->message ("$target ignores what you say. Give up on it.", cf::NDI_UNIQUE);
821 } else { 892 } else {
822 utf8::encode $msg; # ->message not yet utf8-ified 893 return if $other->invoke (cf::EVENT_PLAYER_TOLD, $pl->contr, $msg);
823 cf::LOG cf::llevDebug, sprintf "TELL [%s>%s] %s\n", $name, $target, $msg; 894 cf::LOG cf::llevDebug, sprintf "TELL [%s>%s] %s\n", $name, $target, $msg;
824 895
825 $who->message ("You tell $target: $msg"); 896 $pl->message ("You tell $target: $msg");
826 $other->ob->message ("$name tells you: $msg"); 897 $other->ob->message ("$name tells you: $msg");
827 $other->ob->{ext_last_tell} = $name; 898 $other->ob->{ext_last_tell} = $name;
828 } 899 }
829 } else { 900 } else {
830 $who->message ("What do you want to tell $target?", cf::NDI_UNIQUE); 901 $pl->message ("What do you want to tell $target?", cf::NDI_UNIQUE);
831 } 902 }
832 903
833 } else { 904 } else {
834 $who->message ("No such player. Your message: $msg", cf::NDI_UNIQUE); 905 $pl->message ("No such player. Your message: $msg", cf::NDI_UNIQUE);
835 }
836
837 1 906 }
838}; 907};
839 908
840cf::register_command reply => sub { 909cf::register_command reply => sub {
841 my ($who, $args) = @_; 910 my ($pl, $args) = @_;
842 my $name = $who->name; 911 my $name = $pl->name;
843 912
844 utf8::decode $args; 913 utf8::decode $args;
845 914
846 return if $who->contr->invoke (cf::EVENT_PLAYER_TELL, $who->{ext_last_tell}, $args); 915 return if $pl->contr->invoke (cf::EVENT_PLAYER_TELL, $pl->{ext_last_tell}, $args);
847 916
848 if ($who->{ext_last_tell} =~ /irc\//) { 917 if ($pl->{ext_last_tell} =~ /irc\//) {
849 my (undef, $nick) = split /\//, $who->{ext_last_tell}, 2; 918 my (undef, $nick) = split /\//, $pl->{ext_last_tell}, 2;
850 $who->message ("You tell " . $who->{ext_last_tell} . ": $args"); 919 $pl->message ("You tell " . $pl->{ext_last_tell} . ": $args");
851 ext::schmorp_irc::do_notice (sprintf "(%s) %s: %s\n", $name, $nick, $args); 920 send_irc ("(%s) %s: %s\n", $name, $nick, $args);
852 } elsif (my $other = cf::player::find_active $who->{ext_last_tell}) { 921 } elsif (my $other = cf::player::find_active $pl->{ext_last_tell}) {
853 922
854 if ($args) { 923 if ($args) {
855 $other->ob->{ext_ignore_tell}{$name} >= time 924 $other->ob->{ext_ignore_tell}{$name} >= time
856 or delete $other->ob->{ext_ignore_tell}{$name}; 925 or delete $other->ob->{ext_ignore_tell}{$name};
857 926
858 if ($other->ob->{ext_ignore_tell}{$name} < time) { 927 if ($other->ob->{ext_ignore_tell}{$name} < time) {
859 utf8::encode $args; # ->message not yet utf8-ified
860 cf::LOG cf::llevDebug, sprintf "TELL [%s>%s] %s\n", $name, $other->ob->name, $args; 928 cf::LOG cf::llevDebug, sprintf "TELL [%s>%s] %s\n", $name, $other->ob->name, $args;
861 929
862 $who->message ("You tell " . $other->ob->name . ": $args"); 930 $pl->message ("You tell " . $other->ob->name . ": $args");
863 $other->ob->message ("$name tells you: $args"); 931 $other->ob->message ("$name tells you: $args");
864 $who->{ext_last_tell} = $other->ob->name; 932 $pl->{ext_last_tell} = $other->ob->name;
865 } else { 933 } else {
866 $who->message ($other->ob->name . " ignores what you say. Give up on it.", cf::NDI_UNIQUE); 934 $pl->message ($other->ob->name . " ignores what you say. Give up on it.", cf::NDI_UNIQUE);
867 } 935 }
868 } else { 936 } else {
869 $who->message ("What do you want to tell ".$other->ob->name."?", cf::NDI_UNIQUE); 937 $pl->message ("What do you want to tell ".$other->ob->name."?", cf::NDI_UNIQUE);
870 } 938 }
871 939
872 } else { 940 } else {
873 $who->message ("Can't reply, player left. Your message: $args".$who->{ext_last_tell}, cf::NDI_UNIQUE); 941 $pl->message ("Can't reply, player left. Your message: $args".$pl->{ext_last_tell}, cf::NDI_UNIQUE);
874 }
875
876 1 942 }
877}; 943};
878 944
879cf::register_command ignore => sub { 945cf::register_command ignore => sub {
880 my ($who, $args) = @_; 946 my ($pl, $args) = @_;
881 my ($target, $type, $timeout) = split /\s+/, $args; 947 my ($target, $type, $timeout) = split /\s+/, $args;
882 948
883 if ($args eq "list") { 949 if ($args eq "list") {
884 clean_timeouts $who; 950 clean_timeouts $pl;
885 951
886 if ((my @ignored_tell = sort keys %{$who->{ext_ignore_tell}}) 952 if ((my @ignored_tell = sort keys %{$pl->{ext_ignore_tell}})
887 + (my @ignored_shout = sort keys %{$who->{ext_ignore_shout}})) { 953 + (my @ignored_shout = sort keys %{$pl->{ext_ignore_shout}})) {
888 $who->message ("Currently ignoring private messages from: ", cf::NDI_UNIQUE); 954 $pl->message ("Currently ignoring private messages from: ", cf::NDI_UNIQUE);
889 $who->message ((join ", ", @ignored_tell), cf::NDI_UNIQUE); 955 $pl->message ((join ", ", @ignored_tell), cf::NDI_UNIQUE);
890 $who->message ("Currently ignoring shouts from: ", cf::NDI_UNIQUE); 956 $pl->message ("Currently ignoring shouts from: ", cf::NDI_UNIQUE);
891 $who->message ((join ", ", @ignored_shout), cf::NDI_UNIQUE); 957 $pl->message ((join ", ", @ignored_shout), cf::NDI_UNIQUE);
892 $who->message ("To stop ignoring one, use unignore.", cf::NDI_UNIQUE); 958 $pl->message ("To stop ignoring one, use unignore.", cf::NDI_UNIQUE);
893 } else { 959 } else {
894 $who->message ("Not ignoring anyone", cf::NDI_UNIQUE); 960 $pl->message ("Not ignoring anyone", cf::NDI_UNIQUE);
895 } 961 }
896 962
897 } elsif ($target && $type) { 963 } elsif ($target && $type) {
898 964
899 $timeout ne "" or $timeout = 24; 965 $timeout ne "" or $timeout = 24;
900 my $absolute_timeout = time + $timeout * 3600; 966 my $absolute_timeout = time + $timeout * 3600;
901 967
902 if (cf::player::exists $target) { 968 if (cf::player::exists $target) {
903 if ($type eq "tell") { 969 if ($type eq "tell") {
904 $who->message ("Now ignoring private messages from $target for $timeout hours.", cf::NDI_UNIQUE); 970 $pl->message ("Now ignoring private messages from $target for $timeout hours.", cf::NDI_UNIQUE);
905 $who->{ext_ignore_tell}{$target} = $absolute_timeout; 971 $pl->{ext_ignore_tell}{$target} = $absolute_timeout;
906 } elsif ($type eq "shout") { 972 } elsif ($type eq "shout") {
907 $who->message ("Now ignoring shouts from $target for $timeout hours.", cf::NDI_UNIQUE); 973 $pl->message ("Now ignoring shouts from $target for $timeout hours.", cf::NDI_UNIQUE);
908 $who->{ext_ignore_shout}{$target} = $absolute_timeout; 974 $pl->{ext_ignore_shout}{$target} = $absolute_timeout;
909 } elsif ($type eq "all") { 975 } elsif ($type eq "all") {
910 $who->message ("Now ignoring everything from $target for $timeout hours.", cf::NDI_UNIQUE); 976 $pl->message ("Now ignoring everything from $target for $timeout hours.", cf::NDI_UNIQUE);
911 $who->{ext_ignore_tell}{$target} = $absolute_timeout; 977 $pl->{ext_ignore_tell}{$target} = $absolute_timeout;
912 $who->{ext_ignore_shout}{$target} = $absolute_timeout; 978 $pl->{ext_ignore_shout}{$target} = $absolute_timeout;
913 } else { 979 } else {
914 $who->message ("You need to specify tell, shout or all.", cf::NDI_UNIQUE); 980 $pl->message ("You need to specify tell, shout or all.", cf::NDI_UNIQUE);
915 } 981 }
916 } else { 982 } else {
917 $who->message ("No such player: $target", cf::NDI_UNIQUE); 983 $pl->message ("No such player: $target", cf::NDI_UNIQUE);
918 } 984 }
919 985
920 } else { 986 } else {
921 $who->message ("Usage: ignore <player> <tell|shout|all> <timeout>\n" 987 $pl->message ("Usage: ignore <player> <tell|shout|all> <timeout>\n"
922 . "will ignore a player for <timeout> hours.\n" 988 . "will ignore a player for <timeout> hours.\n"
923 . "Usage: ignore list\n" 989 . "Usage: ignore list\n"
924 . "will show you a list of players currently ignored.", cf::NDI_UNIQUE); 990 . "will show you a list of players currently ignored.", cf::NDI_UNIQUE);
925 } 991 }
926
927 1
928}; 992};
929 993
930cf::register_command unignore => sub { 994cf::register_command unignore => sub {
931 my ($who, $args) = @_; 995 my ($pl, $args) = @_;
932 my ($target, $type) = split /\s+/, $args; 996 my ($target, $type) = split /\s+/, $args;
933 997
934 if ($args eq "") { 998 if ($args eq "") {
935 if ($who->{ext_ignore_tell}) { 999 if ($pl->{ext_ignore_tell}) {
936 $who->message ("Currently ignoring private messages from: ", cf::NDI_UNIQUE); 1000 $pl->message ("Currently ignoring private messages from: ", cf::NDI_UNIQUE);
937 $who->message ((join ", ", sort keys %{ $who->{ext_ignore_tell} }), cf::NDI_UNIQUE); 1001 $pl->message ((join ", ", sort keys %{ $pl->{ext_ignore_tell} }), cf::NDI_UNIQUE);
938 $who->message ("Currently ignoring shouts from: ", cf::NDI_UNIQUE); 1002 $pl->message ("Currently ignoring shouts from: ", cf::NDI_UNIQUE);
939 $who->message ((join ", ", sort keys %{ $who->{ext_ignore_shout} }), cf::NDI_UNIQUE); 1003 $pl->message ((join ", ", sort keys %{ $pl->{ext_ignore_shout} }), cf::NDI_UNIQUE);
940 } else { 1004 } else {
941 $who->message ("Not ignoring anyone", cf::NDI_UNIQUE); 1005 $pl->message ("Not ignoring anyone", cf::NDI_UNIQUE);
942 } 1006 }
943 } else { 1007 } else {
944 if (cf::player::exists $target) { 1008 if (cf::player::exists $target) {
945 if ($type eq "tell") { 1009 if ($type eq "tell") {
946 $who->message ("Not ignoring private messages from $target anymore.", cf::NDI_UNIQUE); 1010 $pl->message ("Not ignoring private messages from $target anymore.", cf::NDI_UNIQUE);
947 delete $who->{ext_ignore_tell} {$target}; 1011 delete $pl->{ext_ignore_tell} {$target};
948 } elsif ($type eq "shout") { 1012 } elsif ($type eq "shout") {
949 $who->message ("Not ignoring shouts from $target anymore.", cf::NDI_UNIQUE); 1013 $pl->message ("Not ignoring shouts from $target anymore.", cf::NDI_UNIQUE);
950 delete $who->{ext_ignore_shout}{$target}; 1014 delete $pl->{ext_ignore_shout}{$target};
951 } elsif ($type eq "all") { 1015 } elsif ($type eq "all") {
952 $who->message ("Not ignoring anything from $target anymore.", cf::NDI_UNIQUE); 1016 $pl->message ("Not ignoring anything from $target anymore.", cf::NDI_UNIQUE);
953 delete $who->{ext_ignore_tell} {$target}; 1017 delete $pl->{ext_ignore_tell} {$target};
954 delete $who->{ext_ignore_shout}{$target}; 1018 delete $pl->{ext_ignore_shout}{$target};
955 } else { 1019 } else {
956 $who->message ("You need to specify tell, shout or all.", cf::NDI_UNIQUE); 1020 $pl->message ("You need to specify tell, shout or all.", cf::NDI_UNIQUE);
957 } 1021 }
958 } else { 1022 } else {
959 $who->message ("No such player or ambiguous name: $target", cf::NDI_UNIQUE); 1023 $pl->message ("No such player or ambiguous name: $target", cf::NDI_UNIQUE);
960 } 1024 }
961 } 1025 }
962
963 1
964}; 1026};
965 1027
966cf::register_command seen => sub {
967 my ($who, $args) = @_;
968
969 if (my ($login) = $args =~ /(\S+)/) {
970 if ($login eq $who->name) {
971 $who->message ("Very funny, $login. Ha. Ha.", cf::NDI_UNIQUE);
972 } elsif (cf::player::find_active $login) {
973 $who->message ("$login is right here on this server!", cf::NDI_UNIQUE);
974 } elsif (cf::player::exists $login
975 and stat sprintf "%s/%s/%s/%s.pl", cf::localdir, cf::playerdir, ($login) x 2) {
976 my $time = (stat _)[9];
977
978 $who->message ("$login was last seen here "
979 . (POSIX::strftime "%Y-%m-%d %H:%M:%S +0000", gmtime $time)
980 . " which was " . (int +(time - $time) / 3600) . " hours ago.", cf::NDI_UNIQUE);
981 } else {
982 $who->message ("No player named $login is known to me.", cf::NDI_UNIQUE);
983 }
984 } else {
985 $who->message ("Usage: seen <player>", cf::NDI_UNIQUE);
986 }
987
988 1
989};
990

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines