git: purgatorio

Download patch

ref: 5cca8cb85bf2fe2e299301c7c75892d9b6f6504b
parent: a3cd9d6083f95a7442935c6f623c7655447215a4
author: henesy <henesy.dev@gmail.com>
date: Thu Sep 11 07:49:13 EDT 2025

hubchat: mount current non-registry-supported chat server (bypassing engridden)

--- a/dis/hubchat
+++ b/dis/hubchat
@@ -2,6 +2,7 @@
 # Connect to public grid chat
 load std
 
+mount -A -P tcp!chat.only9fans.com!9990 /n/chat
 cat /n/chat/chat &
 echo JOIN $user from Purgatorio! >>/n/chat/chat
 # echo -n '> ' >[1=2]
--