--- deliantra/server/ext/commands.ext 2007/05/07 07:47:32 1.44 +++ deliantra/server/ext/commands.ext 2007/05/19 11:04:16 1.45 @@ -38,7 +38,7 @@ 1 } -sub ext::schmorp_irc::users; # HACK: TODO: replace by signal +sub ext::irc::users; # HACK: TODO: replace by signal sub who_listing(;$$) { my ($privileged, $select) = @_; @@ -75,7 +75,7 @@ . ($privileged ? " " . $pl->ns->host : "") } sort { (lc $a->ob->name) cmp (lc $b->ob->name) } @pl ), - eval { "* IRC: " . join ", ", ext::schmorp_irc::users }, + eval { "* IRC: " . join ", ", ext::irc::users }, ) }