hlfw.ca

rc

ref: 5bde4c3a860a0708cbcf0c76cb136529c5f4c173
dir: /gridstart/

View raw version
#!/bin/rc

echo '	Type a (multi-line) message ending with a newline'
echo '	and press control-d (EOT) to send.'
echo
echo -n 'Please enter nickname to use, finish with ENTER: '
nick=`{read}
if(~ $#nick 0)
	nick=$user

for(c in chat commits noise)
	window -scroll chat $c $nick