diff options
| author | 2016-05-01 10:53:02 +0100 | |
|---|---|---|
| committer | 2016-05-01 10:53:02 +0100 | |
| commit | 571e7e6151f0e65d28e87d32cb345d24082eddd4 (patch) | |
| tree | 54114374ff0a88d8b4313b486fb36e23b4604877 /src/modules/dcc/libkvidcc.cpp | |
| parent | popups: revert part of fa33e18 (diff) | |
| download | KVIrc-571e7e6151f0e65d28e87d32cb345d24082eddd4.tar.gz KVIrc-571e7e6151f0e65d28e87d32cb345d24082eddd4.tar.bz2 KVIrc-571e7e6151f0e65d28e87d32cb345d24082eddd4.zip | |
libkvidcc: fix $dcc.currentSpeed documentation add missing @short and fix right @title
These docs had what should have been the @short defined as @title and no @short whatsoever.
also update help text instant -> current done by @TheReign recently.
Diffstat (limited to 'src/modules/dcc/libkvidcc.cpp')
| -rw-r--r-- | src/modules/dcc/libkvidcc.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp index aa8bc979d..159ce8026 100644 --- a/src/modules/dcc/libkvidcc.cpp +++ b/src/modules/dcc/libkvidcc.cpp @@ -2582,12 +2582,14 @@ static bool dcc_kvs_fnc_averageSpeed(KviKvsModuleFunctionCall * c) @type: function @title: + $dcc.currentSpeed + @short: Returns the current speed of a DCC file transfer @syntax: $dcc.currentSpeed $dcc.currentSpeed(<dcc_id>) @description: - Returns the instant speed (in bytes/sec) of the specified DCC session.[br] + Returns the current speed (in bytes/sec) of the specified DCC session.[br] If <dcc_id> is omitted then the DCC Session associated with the current window is assumed.[br] If <dcc_id> is not a valid DCC session identifier (or it is omitted |
