shithub: rc

Download patch

ref: f15959f1d398e86fd3c3e9899f2990fd4028b918
parent: 4e52c5af8bf11fe7186a03015db74cc67fc64e8c
author: qwx <qwx@sciops.net>
date: Sun Nov 14 19:11:15 EST 2021

cpurio, vncrio: fix typo, switch to wircrc

--- a/bin/cpurio
+++ b/bin/cpurio
@@ -11,7 +11,7 @@
 bind -a $home/bin/rc /bin
 bind -a $home/bin/$cputype /bin
 test -f $home/p/rc/bin/bindbins && . $home/p/rc/bin/bindbins
-test -f $home/lib/ass){
+if(test -f $home/lib/ass){
 	auth/factotum
 	setec
 }
--- a/bin/vncrio
+++ b/bin/vncrio
@@ -5,7 +5,7 @@
 bind -a $home/bin/rc /bin
 bind -a $home/bin/$cputype /bin
 test -f $home/p/rc/bin/bindbins && . $home/p/rc/bin/bindbins
-test -f $home/lib/ass){
+if(test -f $home/lib/ass){
 	auth/factotum
 	setec
 }
@@ -17,6 +17,8 @@
 rio -k '
 	window -r 586 0 1280 584 9grid
 	window -r 0 0 732 602 mw
-	window -scroll -r 0 324 612 806 ii
-	window -scroll -r 607 749 1280 800 girc /tmp/ircs/''#cat-v''
+	#window -scroll -r 0 324 612 806 wii
+	window -scroll -r 607 749 1280 800 girc ''/tmp/irc.irc.oftc.net!#cat-v''
+	window stats -lmse
+	window ''label wii; echo wii; rc''
 '