--- deliantra/server/ext/irc.ext 2007/07/28 14:23:16 1.4 +++ deliantra/server/ext/irc.ext 2007/09/24 22:55:59 1.6 @@ -37,8 +37,10 @@ my ($name, $me, $msg) = @_; if ($msg eq "!who") { - do_notice $_ - for ext::commands::who_listing (); + # clobbers irc, http is available + do_notice "see http://cf.schmorp.de/userlist.crossfire.schmorp.de.html"; +# do_notice $_ +# for ext::commands::who_listing (0, "."); } elsif ($msg =~ /^\!tell/) { my (undef, $target, $tmsg) = split / /, $msg, 3;