Fix set nickname and botname from config_ident inside bot_settings.sh

This commit is contained in:
Jesus
2023-07-22 11:29:13 -05:00
parent f6d3da1988
commit 17a599a4c3
2 changed files with 4 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ function forget_fact
function process_event
{
my_own_name='hyperbot'
my_own_name="${config_ident}"
person="${sender%%!*}"