--- deliantra/server/ext/irc.ext 2007/07/28 14:23:16 1.4 +++ deliantra/server/ext/irc.ext 2007/08/25 11:51:04 1.5 @@ -38,7 +38,7 @@ if ($msg eq "!who") { do_notice $_ - for ext::commands::who_listing (); + for ext::commands::who_listing (0, "."); } elsif ($msg =~ /^\!tell/) { my (undef, $target, $tmsg) = split / /, $msg, 3;