From f138911b65dfce85c551f9e2e4bbeb595d6c6755 Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 2 Mar 2016 12:15:44 +0000 Subject: documentation: formatting/indentation + minor syntax fixes + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes --- src/modules/my/libkvimy.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/my/libkvimy.cpp') diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp index 97f0c068f..eae752e08 100644 --- a/src/modules/my/libkvimy.cpp +++ b/src/modules/my/libkvimy.cpp @@ -273,11 +273,11 @@ static bool my_kvs_fnc_ip(KviKvsModuleFunctionCall * c) @title: $my.serverIsIPV6 @short: - Returns 1 if the current server connection use IPv6. + Returns [b]1[/b] if the current server connection use IPv6. @syntax: $my.serverIsIPV6([irc_context_id:uint]) @description: - Returns 1 if the server connection use IPv6.[br] + Returns [b]1[/b] if the server connection use IPv6.[br] If the IRC context is not connected then an empty string is returned.[br] If is specified this function returns acts as it was called in that irc_context.[br] @@ -302,11 +302,11 @@ static bool my_kvs_fnc_serverIsIPV6(KviKvsModuleFunctionCall * c) @title: $my.serverIsSSL @short: - Returns 1 if the current server connection uses SSL + Returns [b]1[/b] if the current server connection uses SSL @syntax: $my.serverIsSSL([irc_context_id:uint]) @description: - Returns 1 if the server connection uses SSL.[br] + Returns [b]1[/b] if the server connection uses SSL.[br] If the IRC context is not connected then an empty string is returned.[br] If is specified this function returns acts as it was called in that irc_context.[br] -- cgit v1.3.1-10-gc9f91