Mor/
Mor/Mor/
Rom24b6

+ Snippet: olc 1.81 (ivan)

+ Snippet: colour v1.2 (lope)

+ Snippet: do_equipment (???)
  shows unequiped parts

+ Snippet: do_sockets (Stimpy, Silverhand)
  idle_time, status etc information

+ Snippet: do_help (Abarak)
  Logs titles couldnt be found.

+ Snippet: do_wizhelp (Pallock)
  sorts wiz commands by their levels.

+ ip_kayit(), ip_delete(), ip_nuke() eklendi. (Yelbuke)
  ip_kayit() logs player's ip under /log/ip/playername.txt
  ip_delete() logs "CHARACTER DELETED" message to the players ip_log file.
  ip_nuke() logs "CHARACTER_NUKED" information to the players ip_log file.

+ Snippet: do_doas (Erwin S. Andreasen)


+ Snippet: do_nuke (Sirrus)


+ Snippet: spec_assassin (???)

+ Snippet: autoall (Mikado)

+ Snippet: bonus (Silverhand)

+ do_backup (Yelbuke)
  Backup and mail your mud's Src, Area, Player dirs, or all of the mud directory.

+ do_rename (Andrew Maslin)

+ Snippet: drunk speech (Kohl Desenee)

+ KEEP_HIDE parameter to cmd_table(Yelbuke)

+ CHARM_OKAY parameter to cmd_table(Yelbuke)

+ Snippet: do_noaffects()

+ Snippet: do_disable (Erwin S. Andreasen)
  to disable-enable commands online

+ Snippet: pload, punload (Gary McNickle)

+ Snippet: last_command (Ferric)
  Logs the last command before crash to ../log/last_command.txt

+ Snippet: do_exlist (Erwin S. Andreasen)

+ Snippet: do_vlist (Erwin S. Andreasen)

+ AREA_NAME near ROOM_NAME
  like: Temple of Midgaard [Midgaard]

+ Snippet: Quest 2.03 (Vassago)

+ Snippet: do_losereply (John Patrick)
  This command allows immortals to make someone lose their "reply" ability,
  or more properly, it makes the player "forget" who was the last person
  to give them a tell. This is great for when an immortal wants to go wizinvis
  and not be bother by people who they gave a "tell" to.

+ Snippet: printf_to_char, bugf (John Booth)
  no more:
    sprintf(buf, "asd %d sdfsdf", 10);
    send_to_char(buf,ch);
  from now:
    printf_to_char(ch, "asd %d sdfsdf", 10);

+ Snippet: memcheck wiznet channel by Garry Turkington