Simulated External Functions

string restore_colours(string str);

Returns the string str with all the colour codes inserted.  This sefun is useful since sometimes the MUDlib will parse a string and replace colour codes with their escape sequences.  This sefun replaces those escape sequences with the original colour codes.  

file: /doc/sefun/strings.c
