diff options
| author | 2016-05-06 21:44:19 +0100 | |
|---|---|---|
| committer | 2016-05-06 21:45:53 +0100 | |
| commit | 4e1fd3f69385387d438f3e924882b2204934900c (patch) | |
| tree | f29bdd01ca42f2e2794e73ec20490ef0933387b0 /src/modules/system | |
| parent | Fix text appearing outside the buttonboundary when the text is longer than (#... (diff) | |
| download | KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.tar.gz KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.tar.bz2 KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.zip | |
cleanup: remove more ancient commneted code
Diffstat (limited to 'src/modules/system')
| -rw-r--r-- | src/modules/system/Plugin.cpp | 1 | ||||
| -rw-r--r-- | src/modules/system/libkvisystem.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/system/Plugin.cpp b/src/modules/system/Plugin.cpp index 3d579c083..5b0e1c3f0 100644 --- a/src/modules/system/Plugin.cpp +++ b/src/modules/system/Plugin.cpp @@ -33,6 +33,7 @@ #include <QDir> #include <QFileInfo> + /* @doc: easyplugins @type: diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 44258827d..cb533cc7d 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -747,6 +747,7 @@ static bool system_kvs_fnc_plugin_call(KviKvsModuleFunctionCall * c) system.runcmd "ping $0" [/example] */ + // implements https://github.com/kvirc/KVIrc/issues/459 static bool system_kvs_cmd_runcmd(KviKvsModuleCommandCall * c) { |
