diff --git a/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php b/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php new file mode 100644 index 0000000000..ea7368adfe --- /dev/null +++ b/plugins/Irc/extlib/phergie/Phergie/ExtendedConfig.php @@ -0,0 +1,26 @@ +files[$file] = array_keys($settings); + $this->settings += $settings; + + return $this; + } +}