]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - config.php.sample
Add hooking system and example plugin
[irc/unrealircd/unrealircd-webpanel.git] / config.php.sample
index c40af52c2ac1a25ce6ab93f4eadfe472b4b446be..54432b1402b465961aa739ad152e3ef462f7118c 100644 (file)
@@ -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