Commit bdcef7cd96b179dc34d682001e4e053afac1123d

Disabled !users

Too much strain on dkowis' xen machine.  It took 40 seconds on
my machine, but 8 minutes over there.
  
683683 IF Left("UNMAINTAINED", cmd) THEN u.unmaintained(parse) END;
684684(* users - generate a map showing the location of users *)
685685 (* IF Left("USERS", cmd) THEN u.Users(parse) END; *)
686 IF Left("USERS", cmd) THEN users.users(parse) END;
686 IF Left("USERS", cmd) THEN (*users.users(parse) *)
687 PrintLine(parse.chan, "Sorry, !users has been disabled.");
688 END;
687689(* V <><><><><><><><><><> *)
688690 IF Left("VOTE", cmd) THEN v.Vote(parse) END;
689691(* W <><><><><><><><><><> *)