Fix set nickname and botname from config_ident inside bot_settings.sh
This commit is contained in:
@@ -64,7 +64,7 @@ function forget_fact
|
||||
|
||||
function process_event
|
||||
{
|
||||
my_own_name='hyperbot'
|
||||
my_own_name="${config_ident}"
|
||||
|
||||
person="${sender%%!*}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user