Correction récupération des options

This commit is contained in:
wpetit 2019-09-20 17:06:34 +02:00
parent 236f498ebf
commit 058ec366d6
1 changed files with 2 additions and 2 deletions

View File

@ -98,10 +98,10 @@ function post_message {
function main {
get_config
get_options $@
get_options "$@"
login "$RC_LOGIN" "$RC_PASSWORD"
post_message "$RC_CHANNEL" "$RC_MESSAGE" "$RC_EMOJI" "$RC_ALIAS"
}
main $@
main "$@"