ref: 79eabd859d0695c5373c76b091fbe189d15ced46
parent: 0491d35b5d1db1b0193e4103716a734f6fd68f93
author: sirjofri <[email protected]>
date: Sun Jan 21 09:48:21 EST 2024
print whole chatlog to irc, to make it work again properly after the last change
--- a/gridirc.rc
+++ b/gridirc.rc
@@ -40,12 +40,14 @@
# commented out to prevent spam
# echo JOIN $nick $currentdate >>/n/chat/$chan
+# this means, I have to doprint=1 right at the beginning until I find a better way.
+
awk '
BEGIN {
host=ENVIRON["host"]
chan=ENVIRON["chan"]
nick=ENVIRON["nick"]
- doprint=0
+ doprint=1
}
$0 ~ ENVIRON["currentdate"] {
doprint=1