Going with Brandon's gitignore

This commit is contained in:
webbykat 2019-01-11 23:58:34 +00:00
commit 706f4c1f0f
2 changed files with 22 additions and 2 deletions

View File

@ -19,6 +19,14 @@
#HIGHLIGHT {hoplite} {red}; #HIGHLIGHT {hoplite} {red};
#HIGHLIGHT {shadowy gentleman} {red}; #HIGHLIGHT {shadowy gentleman} {red};
#HIGHLIGHT {Coffee Nostra hitman} {red}; #HIGHLIGHT {Coffee Nostra hitman} {red};
#HIGHLIGHT {Triad heavy} {red};
#HIGHLIGHT {Triad heavies} {red};
#HIGHLIGHT {nobleman} {green};
#HIGHLIGHT {courtier} {green};
#HIGHLIGHT {noblewoman} {green};
#HIGHLIGHT {rich man} {green};
#HIGHLIGHT {rich woman} {green};
#HIGHLIGHT {Jolene} {purple};
#NOP ==[Incident Highlighting]== #NOP ==[Incident Highlighting]==
#HIGHLIGHT {^%1 grabs %2 from you. You struggle briefly but %3 wrests it from your grip and makes for a hasty retreat.$} {bold red underscore}; #HIGHLIGHT {^%1 grabs %2 from you. You struggle briefly but %3 wrests it from your grip and makes for a hasty retreat.$} {bold red underscore};
@ -49,4 +57,16 @@
#end; #end;
} }
#NOP ==[Sound Triggers]==
#ACTION {^{(?!Ryattenoki).+} tugs on your sleeve in a desperate attempt to get some attention.$} {
#showme {\a};
};
#ACTION {^It is your turn to fight... enter the combat ring.$} {
#showme {\a};
};
#ACTION {^Ruhsbaar is up$} {
#showme {\a};
};
#CLASS {actions} {close}; #CLASS {actions} {close};

View File

@ -7,7 +7,7 @@
#ACTION {^(newbiehelpers)} {#LINE {LOG} {$chat_file}}; #ACTION {^(newbiehelpers)} {#LINE {LOG} {$chat_file}};
#ACTION {^(newbie)} {#LINE {LOG} {$chat_file}}; #ACTION {^(newbie)} {#LINE {LOG} {$chat_file}};
#ACTION {^(Playerkillers) %1 wisps:? %2} {#LINE {LOG} {$chat_file}}; #ACTION {^(Playerkillers) %1 wisps:? %2} {#LINE {LOG} {$chat_file}};
#ACTION {^(Thieves) %1 wisps:? %2} {#LINE {LOG} {$chat_file}};
#ACTION {^(They Might Be Alts) } {#LINE {LOG} {$chat_file}}; #ACTION {^(They Might Be Alts) } {#LINE {LOG} {$chat_file}};
#ACTION {(Thieves)} {#LINE {LOG} {$chat_file}};
#CLASS {channels} {close}; #CLASS {channels} {close};