瀏覽代碼

use plugins in our examples that actually still exist

Thijs Kinkhorst 18 年之前
父節點
當前提交
1e3de35ce0
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      config/config_default.php

+ 3 - 3
config/config_default.php

@@ -876,10 +876,10 @@ $motd = "";
 /**
  * To install plugins, just add elements to this array that have
  * the plugin directory name relative to the /plugins/ directory.
- * For instance, for the 'sqclock' plugin, you'd put a line like
+ * For instance, for the 'squirrelspell' plugin, you'd put a line like
  * the following.
- *    $plugins[] = 'sqclock';
- *    $plugins[] = 'attachment_common';
+ *    $plugins[] = 'squirrelspell';
+ *    $plugins[] = 'listcommands';
  */
 // Add list of enabled plugins here