diff tests/plugin-history/main.cpp @ 195:1c22fcce1662

Irccd: rename PluginService.configure to setConfig
author David Demelier <markand@malikania.fr>
date Tue, 07 Jun 2016 14:19:27 +0200
parents 70ed0753ce0d
children 6635b9187d71
line wrap: on
line diff
--- a/tests/plugin-history/main.cpp	Tue Jun 07 14:19:07 2016 +0200
+++ b/tests/plugin-history/main.cpp	Tue Jun 07 14:19:27 2016 +0200
@@ -74,7 +74,7 @@
 		if (config.count("file") == 0)
 			config.emplace("file", SOURCEDIR "/words.conf");
 
-		m_ps.configure("history", config);
+		m_ps.setConfig("history", config);
 		m_ps.load("history", PLUGINDIR "/history.js");
 		m_plugin = m_ps.require("history");
 	}