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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines