Add a command line flag for the seed file

This commit is contained in:
Nick Chambers 2021-06-23 01:33:48 -05:00 committed by Nick Chambers
parent 555d9c728c
commit ea5617e61e
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