Ignore personal files, new split,events,chat_log function in config.tin

This commit is contained in:
Brandon Cornejo 2026-02-08 18:22:55 -06:00
parent 1627e1da05
commit 0a32a141be
2 changed files with 32 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ src/quow.db.old
src/personal.tin
src/wamgsaver.tin
src/constants.tin
src/timer.tin

View File

@ -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} {<fcf>};
#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};