From e8a75502e1917637afd9a3d2692b783c0ba976ec Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 8 Aug 2009 03:08:30 +0000 Subject: Shave the zwrite default formats a touch --- clients/zwrite/zwrite.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'clients') diff --git a/clients/zwrite/zwrite.c b/clients/zwrite/zwrite.c index 034ef09..4b18def 100644 --- a/clients/zwrite/zwrite.c +++ b/clients/zwrite/zwrite.c @@ -238,17 +238,17 @@ main(int argc, char *argv[]) if (format) notice.z_default_format = format; else if (filsys == 1) - notice.z_default_format = "@bold(Filesystem Operation Message for $instance:)\nFrom: @bold($sender) at $time $date\n$message"; + notice.z_default_format = "@b(Filesystem Info Message for $instance)\nFrom: @b($sender) @ $time $date\n$message"; else if (auth == ZAUTH) { if (signature) - notice.z_default_format = "Class $class, Instance $instance:\nTo: @bold($recipient) at $time $date\nFrom: @bold($1) <$sender>\n\n$2"; + notice.z_default_format = "Class $class Instance $instance\nTo @b($recipient) @ $time $date\nFrom @b($1) <$sender>\n\n$2"; else - notice.z_default_format = "Class $class, Instance $instance:\nTo: @bold($recipient) at $time $date\n$message"; + notice.z_default_format = "Class $class Instance $instance\nTo @b($recipient) @ $time $date\n$message"; } else { if (signature) - notice.z_default_format = "@bold(UNAUTHENTIC) Class $class, Instance $instance at $time $date:\nFrom: @bold($1) <$sender>\n\n$2"; + notice.z_default_format = "@b(UNAUTHENTIC) Class $class Instance $instance @ $time $date\nFrom @b($1) <$sender>\n\n$2"; else - notice.z_default_format = "@bold(UNAUTHENTIC) Class $class, Instance $instance at $time $date:\n$message"; + notice.z_default_format = "@b(UNAUTHENTIC) Class $class Instance $instance @ $time $date\n$message"; } if (!nocheck && nrecips) send_off(¬ice, 0); -- cgit v1.2.3