Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 604 Bytes

chat.md

File metadata and controls

18 lines (14 loc) · 604 Bytes

chattyparty

this file, combined with the msg-log hook, turns copyparty into a makeshift instant-messaging / chat service

name this file README.md and run copyparty as such:

python copyparty-sfx.py -emp --xm j,bin/hooks/msg-log.py

only the stuff below is important; delete everything from this line up

render2(dom) {
 if (/[?&]edit/.test(location)) return;
 setTimeout(function() { treectl.goto(); }, 1000);
 // if you wanna go to another folder: treectl.goto('foo <bar> baz/', true);
}