X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/1e6ffd061e2de3f6f6cb225ba2cd86eb465c107c..90dc8f2b5b50ff38baec8b9b67ee2c10d014e924:/config.php.sample diff --git a/config.php.sample b/config.php.sample index c40af52..54432b1 100644 --- a/config.php.sample +++ b/config.php.sample @@ -38,4 +38,18 @@ define( 'UNREALIRCD_SSL_VERIFY', false ); /** * You should only need this if you're developing something. */ -define( 'UNREALIRCD_DEBUG', false ); \ No newline at end of file +define( 'UNREALIRCD_DEBUG', false ); + + +/** + * Your list of plugins: + */ +define( + 'PLUGINS', [ + + /* This is where you should type the name(s) of your plugins. + * Uncomment the following line to view the live example + */ + //"example_plugin", + ] +); \ No newline at end of file