int cmd_imc2(string str){
  seteuid(getuid());
  if(!wizardp(this_player())) return notify_fail("Players don't get to use IMC2 on our MUD.\n");
  return "/wherever/you/placed/imc2.c"->command(str);
}
