/* This is the exportable version of the encrypt and decrypt functions * for PennMUSH 1.50. As you can see, they don't do much. * U.S. and Canadian sites who want the real code can download it * from the ftp.pennmush.org ftp site. Other sites can use * export.pennmush.org. */ /* ARGSUSED */ FUNCTION(fun_encrypt) { safe_str("#-1 FUNCTION DISABLED", buff, bp); } /* ARGSUSED */ FUNCTION(fun_decrypt) { safe_str("#-1 FUNCTION DISABLED", buff, bp); }