aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/libkviobjects.cpp
diff options
context:
space:
mode:
authorGravatar Noldor2010-01-15 18:22:21 +0000
committerGravatar Noldor2010-01-15 18:22:21 +0000
commit9a4b480477cf29b496f851ef7efed3059133a18d (patch)
treed41b2fca27e5678fb096587624cd73ea32df46be /src/modules/objects/libkviobjects.cpp
parentreworked r3835 (diff)
downloadKVIrc-9a4b480477cf29b496f851ef7efed3059133a18d.tar.gz
KVIrc-9a4b480477cf29b496f851ef7efed3059133a18d.tar.bz2
KVIrc-9a4b480477cf29b496f851ef7efed3059133a18d.zip
KVS improvements/cleaning
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3838 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/libkviobjects.cpp')
-rw-r--r--src/modules/objects/libkviobjects.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp
index 208ee9ed4..7803c69e0 100644
--- a/src/modules/objects/libkviobjects.cpp
+++ b/src/modules/objects/libkviobjects.cpp
@@ -630,12 +630,12 @@ static bool objects_kvs_fnc_listObjects(KviKvsModuleFunctionCall * cmd)
@short:
Dump the kvirc widgets.
@syntax:
- $objects.dump(<flag b>)
+ <array>$objects.dump(<flag b>)
@description:
This function returns the tree of the widgets of the kvirc, if the flag <b> is planned to 1,[br]
- will return it on the currente window, if it' is planned to 0 instead it will return it as a string.[br]
+ will return it on the currente window, if it' is planned to 0 instead it will return it as an array.[br]
ES:
- %A[]=$str.split("\|",$objects.dump(0))
+ %A[]=$objects.dump(0)
%i=0
while (%i != %A[]#)
{