diff options
| author | 2016-03-02 12:15:44 +0000 | |
|---|---|---|
| committer | 2016-03-14 04:57:12 +0000 | |
| commit | f138911b65dfce85c551f9e2e4bbeb595d6c6755 (patch) | |
| tree | 701d5eec803c30160be47f8762b5838e57bc44dd /src/modules/my/libkvimy.cpp | |
| parent | cleanup: add or remove empty lines between documentation blocks & code (diff) | |
| download | KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.gz KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.bz2 KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.zip | |
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
Diffstat (limited to 'src/modules/my/libkvimy.cpp')
| -rw-r--r-- | src/modules/my/libkvimy.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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: <boolean> $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 <irc_context_id> 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: <boolean> $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 <irc_context_id> is specified this function returns acts as it was called in that irc_context.[br] |
