From f4154c3e60bf7f14705258fca6174fa15933f9c8 Mon Sep 17 00:00:00 2001 From: TheXception Date: Fri, 13 Apr 2007 22:49:15 +0000 Subject: some small fixes and changes for $system.call git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@488 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/system/libkvisystem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/system/libkvisystem.cpp') diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 7c18e4064..512d2c42e 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -671,7 +671,7 @@ static bool system_kvs_cmd_setenv(KviKvsModuleCommandCall * c) static bool system_kvs_fnc_plugin_call(KviKvsModuleFunctionCall *c) { - return g_pPluginManager->PluginCall(c); + return g_pPluginManager->pluginCall(c); } static bool system_module_init(KviModule * m) @@ -701,14 +701,14 @@ static bool system_module_init(KviModule * m) static bool system_module_cleanup(KviModule *m) { - g_pPluginManager->UnloadAll(true); + g_pPluginManager->unloadAll(true); delete g_pPluginManager; return true; } static bool system_module_can_unload(KviModule *m) { - if(!g_pPluginManager->CheckUnload()) return false; + if(!g_pPluginManager->checkUnload()) return false; return true; } -- cgit v1.3.1-10-gc9f91