aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/my/libkvimy.cpp
diff options
context:
space:
mode:
authorGravatar wodim2011-09-11 11:05:12 +0000
committerGravatar wodim2011-09-11 11:05:12 +0000
commitd90adade34a573637fc157ef9786b1ccc6172b98 (patch)
tree956ddba4a3113f4c2a185da5dd158e7f6cdefd45 /src/modules/my/libkvimy.cpp
parentfix for: sometimes on the ircview the result line of "find text" is not visib... (diff)
downloadKVIrc-d90adade34a573637fc157ef9786b1ccc6172b98.tar.gz
KVIrc-d90adade34a573637fc157ef9786b1ccc6172b98.tar.bz2
KVIrc-d90adade34a573637fc157ef9786b1ccc6172b98.zip
some fixes on documentation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/my/libkvimy.cpp')
-rw-r--r--src/modules/my/libkvimy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp
index 00972553b..c8ac52741 100644
--- a/src/modules/my/libkvimy.cpp
+++ b/src/modules/my/libkvimy.cpp
@@ -304,11 +304,11 @@ static bool my_kvs_fnc_serverIsIPV6(KviKvsModuleFunctionCall * c)
@title:
$my.serverIsSSL
@short:
- Returns 1 if the current server connection use SSL.
+ Returns 1 if the current server connection uses SSL
@syntax:
<boolean> $my.serverIsSSL([irc_context_id:uint])
@description:
- Returns 1 if the server connection use SSL.[br]
+ Returns 1 if the server connection uses SSL.[br]
If the irc context is not connected then an empty string is returned.[br]
If <irc_context_id> is specified this function returns acts as it was called
in that irc_context.[br]