Add a command line flag for the seed file

This commit is contained in:
Nick Chambers 2021-06-23 01:33:48 -05:00
parent bf1ee0a589
commit 0d701568cf
1 changed files with 1 additions and 0 deletions

1
rowbot
View File

@ -164,6 +164,7 @@ fi
config=(
server port nick ident realname chan trigger
fact_root reload dev log owner sys_root reload
markov_seed
)
for opt in "${config[@]}"; do