summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-08-08 03:08:30 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-08-08 03:08:30 +0000
commite8a75502e1917637afd9a3d2692b783c0ba976ec (patch)
treea1b5a6bcacf845c23a2b57397987a38e472d2188 /clients
parent7efc7eb1d330bca727f315c4d9374d97f1e4f0ec (diff)
Shave the zwrite default formats a touch
Diffstat (limited to 'clients')
-rw-r--r--clients/zwrite/zwrite.c10
1 files changed, 5 insertions, 5 deletions
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(&notice, 0);