Skip to content

Plugin: Simple autoreply

tenzap edited this page Mar 2, 2022 · 1 revision

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';

How to enable/disable it?

This is a plugin:

  • To enable, install the plugin in Kalkun
  • To disable, uninstall the plugin in Kalkun
Clone this wiki locally