On January 30, 2003 11:05 pm, Peter Lees wrote:

> does anyone recall this sort of formatting, or are using it themselves?
> does anyone recall the patch and/or changes which can make this work ?

No, but if you want you could update your prompts so that the code would work 
with any recent MOO server...

Instead of:
notify(who, msg);

You could use:
binary = connection_option(who, "binary");
set_connection_option(who, "binary", 1);
notify(who, encode_binary(msg, 255, 249));
set_connection_option(who, "binary", binary);

You could turn those 4 lines into a friendly verb that could be called easily.

The 255, 249 part appends a telnet GA command to the end of the message, I 
believe. It helps make Tinyfugue happier with the prompt.

TTFN
Andy

#############################################################
This message is sent to you because you are subscribed to
  the mailing list <[EMAIL PROTECTED]>.
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]>
To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]>
Send administrative queries to  <[EMAIL PROTECTED]>

Reply via email to