aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/libkvisystem.cpp
diff options
context:
space:
mode:
authorGravatar Matt Ullman2015-10-04 11:25:44 -0400
committerGravatar Matt Ullman2015-10-04 11:25:44 -0400
commit8c05d9252cea8e20e84c4c5dba089732631cfff6 (patch)
tree64948e431a8e556f7e49ca6b39c21b477832d684 /src/modules/system/libkvisystem.cpp
parentMerge pull request #1647 from un1versal/Cant-Help_Myself (diff)
downloadKVIrc-8c05d9252cea8e20e84c4c5dba089732631cfff6.tar.gz
KVIrc-8c05d9252cea8e20e84c4c5dba089732631cfff6.tar.bz2
KVIrc-8c05d9252cea8e20e84c4c5dba089732631cfff6.zip
Update all applicable Subversion references to Git
Diffstat (limited to 'src/modules/system/libkvisystem.cpp')
-rw-r--r--src/modules/system/libkvisystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp
index 0791e7005..188e20c9c 100644
--- a/src/modules/system/libkvisystem.cpp
+++ b/src/modules/system/libkvisystem.cpp
@@ -740,7 +740,7 @@ static bool system_kvs_fnc_plugin_call(KviKvsModuleFunctionCall *c)
system.runcmd "ping $0"
[/example]
*/
-// implements https://svn.kvirc.de/kvirc/ticket/459
+// implements https://github.com/kvirc/KVIrc/issues/459
static bool system_kvs_cmd_runcmd(KviKvsModuleCommandCall *c)
{
QString szCommand;