summaryrefslogtreecommitdiff
path: root/zwgc/zwgc.desc
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-05-21 19:11:39 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-05-21 19:11:39 +0000
commit63f71f5f816abf6c72e4ffbc77e6c122d377c7e3 (patch)
treecfa1befdf384061bff112a7c9f3bb2b692d571d4 /zwgc/zwgc.desc
parent3fb37d17c1fac4692f566cda3904d983af85124f (diff)
Punt pretty/verbatim stuff for now. It will be re-added soon, after the
proper defaults have been decided.
Diffstat (limited to 'zwgc/zwgc.desc')
-rw-r--r--zwgc/zwgc.desc12
1 files changed, 2 insertions, 10 deletions
diff --git a/zwgc/zwgc.desc b/zwgc/zwgc.desc
index 22b18f7..1a90c67 100644
--- a/zwgc/zwgc.desc
+++ b/zwgc/zwgc.desc
@@ -114,11 +114,7 @@ match "message"
print "@center(@bold("+$aval+") "+$type+" message at "+$time+
" on "+$date+" from "+$fromhost+")\n"+$ftext+"\n\n"
- if (downcase($opcode) == "pretty") then
- print $body
- else
- print verbatim($body)
- endif
+ print $body
put
exit
@@ -141,11 +137,7 @@ match "login"
default
print "(Authentication: @bold("+$aval+") from host: "+$fromhost+")\n"
- if (downcase($opcode) == "verbatim") then
- print verbatim(substitute($default))
- else
- print substitute($default)
- endif
+ print substitute($default)
put
exit