From 0a32a141be945724952ed67c3a4544f704a6828f Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Sun, 8 Feb 2026 18:22:55 -0600 Subject: [PATCH] Ignore personal files, new split,events,chat_log function in config.tin --- .gitignore | 1 + config.tin | 35 +++++++++++++++++++++++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 497c212..7e52b31 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ src/quow.db.old src/personal.tin src/wamgsaver.tin src/constants.tin +src/timer.tin diff --git a/config.tin b/config.tin index 48e3f91..60ba651 100644 --- a/config.tin +++ b/config.tin @@ -1,15 +1,15 @@ #VARIABLE {chat_file} {logs/chat.log} #CONFIG {SPEEDWALK} {OFF}; -#CONFIG {SPLIT}; #CONFIG {PACKET PATCH} {5}; #CONFIG {COLOR PATCH} {ON}; #CONFIG {MCCP} {ON}; +#CONFIG {MOUSE} {ON}; #CONFIG {LOG} {RAW}; -#CONFIG {BUFFER SIZE} {2000000}; +#CONFIG {BUFFER SIZE} {1000000}; #config {COMMAND COLOR} {}; -#SPLIT {2} {1}; +#SPLIT {3}; #nop removed arg: {1} and removed #CONFIG {SPLIT}; #READ {src/channels.tin}; #READ {src/actions.tin}; @@ -31,12 +31,39 @@ #READ {src/missions.tin}; #READ {src/group.tin}; +#READ {src/personal.tin}; + #SESSION {discworld} {discworld.starturtle.net} {4242}; #nop #SESSION {discworld} {disctemp.starturtle.net} {23}; #FORMAT {log_file} {logs/active/%t.log} {%Y-%m-%d}; #LOG {APPEND} {$log_file}; -#ACTION {Greco the Departure Gecko waves.} {#end} +#HISTORY {read} {logs/history.log}; + +#EVENT {SESSION DISCONNECTED} { + /writetimerstosyncfile; + /writemissiontimerstofile; + #HISTORY {write} {logs/history.log}; +}; +#EVENT {SIGHUB} { + /writetimerstosyncfile; + /writemissiontimerstofile; + #HISTORY {write} {logs/history.log}; +}; +#TICKER {timers_to_file} { + /writetimerstosyncfile; + /writemissiontimerstofile; + #HISTORY {write} {logs/history.log}; +} {60}; + +#EVENT {SCROLLED MOUSE WHEEL UP} {#buffer up 5}; +#EVENT {SCROLLED MOUSE WHEEL DOWN} {#buffer down 5}; + +#FUNCTION {log_line_to_chat} { + #script {ts} {date +"%I:%M%P"}; + #line {log} {$chat_file} {$ts[1] \}; + #line {log} {$chat_file}; +}; #FORMAT {start_time} {%T};