aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/my/libkvimy.cpp
diff options
context:
space:
mode:
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]