----------------------------------------------------------------- SMAUG Pretitle 1.0 By Xerves (Released August 2, 1999) Xerves is the admin/owner of Rafermand (mud.rafermand.net port 3002) Website: http://www.rafermand.net Contact: xerves@rafermand.net ----------------------------------------------------------------- This is a small fix to the pretitle snippet (thanks Robert Haas for pointing this out) In act_info.c in do_pretitle function, find these lines ch->pcdata->pretit = str_dup( argument ); send_to_char("Done.\n\r",ch); return; Before it add this line smash_tilde( argument ); ------------------------------------------------------------------ There is a bug with this that allows a big exploit. If you don't know what it is, I am not going to tell you for the sake of abuse. If anyone you know is running this snippet, please tell them of this update. --Xerves