You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature will send an automatic reply to every incoming message no matter the content of the message.
Available configuration (to do in the config file of the plugin)
/*|--------------------------------------------------------------------------| CONFIGURATION|--------------------------------------------------------------------------|| uid - identifier of which user sent the autoreply, uid 1 is the default value| message - the message you want to sent|*/$config['uid'] = '1';
$config['message'] = 'Thanks for sending me the message';