Ignore personal files, new split,events,chat_log function in config.tin
This commit is contained in:
parent
1627e1da05
commit
0a32a141be
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ src/quow.db.old
|
|||||||
src/personal.tin
|
src/personal.tin
|
||||||
src/wamgsaver.tin
|
src/wamgsaver.tin
|
||||||
src/constants.tin
|
src/constants.tin
|
||||||
|
src/timer.tin
|
||||||
|
|||||||
35
config.tin
35
config.tin
@ -1,15 +1,15 @@
|
|||||||
#VARIABLE {chat_file} {logs/chat.log}
|
#VARIABLE {chat_file} {logs/chat.log}
|
||||||
|
|
||||||
#CONFIG {SPEEDWALK} {OFF};
|
#CONFIG {SPEEDWALK} {OFF};
|
||||||
#CONFIG {SPLIT};
|
|
||||||
#CONFIG {PACKET PATCH} {5};
|
#CONFIG {PACKET PATCH} {5};
|
||||||
#CONFIG {COLOR PATCH} {ON};
|
#CONFIG {COLOR PATCH} {ON};
|
||||||
#CONFIG {MCCP} {ON};
|
#CONFIG {MCCP} {ON};
|
||||||
|
#CONFIG {MOUSE} {ON};
|
||||||
#CONFIG {LOG} {RAW};
|
#CONFIG {LOG} {RAW};
|
||||||
#CONFIG {BUFFER SIZE} {2000000};
|
#CONFIG {BUFFER SIZE} {1000000};
|
||||||
#config {COMMAND COLOR} {<fcf>};
|
#config {COMMAND COLOR} {<fcf>};
|
||||||
|
|
||||||
#SPLIT {2} {1};
|
#SPLIT {3}; #nop removed arg: {1} and removed #CONFIG {SPLIT};
|
||||||
|
|
||||||
#READ {src/channels.tin};
|
#READ {src/channels.tin};
|
||||||
#READ {src/actions.tin};
|
#READ {src/actions.tin};
|
||||||
@ -31,12 +31,39 @@
|
|||||||
#READ {src/missions.tin};
|
#READ {src/missions.tin};
|
||||||
#READ {src/group.tin};
|
#READ {src/group.tin};
|
||||||
|
|
||||||
|
#READ {src/personal.tin};
|
||||||
|
|
||||||
#SESSION {discworld} {discworld.starturtle.net} {4242};
|
#SESSION {discworld} {discworld.starturtle.net} {4242};
|
||||||
#nop #SESSION {discworld} {disctemp.starturtle.net} {23};
|
#nop #SESSION {discworld} {disctemp.starturtle.net} {23};
|
||||||
|
|
||||||
#FORMAT {log_file} {logs/active/%t.log} {%Y-%m-%d};
|
#FORMAT {log_file} {logs/active/%t.log} {%Y-%m-%d};
|
||||||
#LOG {APPEND} {$log_file};
|
#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};
|
#FORMAT {start_time} {%T};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user