diff options
| author | 2015-12-09 11:58:53 +0000 | |
|---|---|---|
| committer | 2015-12-19 02:40:22 +0000 | |
| commit | 7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch) | |
| tree | a1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/my/libkvimy.cpp | |
| parent | Merge pull request #1776 from TheReign/issue_1754_2 (diff) | |
| download | KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2 KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip | |
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/my/libkvimy.cpp')
| -rw-r--r-- | src/modules/my/libkvimy.cpp | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp index 0fbe9f5b2..24456c6b2 100644 --- a/src/modules/my/libkvimy.cpp +++ b/src/modules/my/libkvimy.cpp @@ -162,8 +162,8 @@ static bool my_kvs_fnc_globalIdle(KviKvsModuleFunctionCall * c) @syntax: <string> $my.umode([irc_context_id:uint]) @description: - Returns the user mode flags of the current irc context.[br] - If the irc context is not connected then an empty string is returned.[br] + Returns the user mode flags of the current IRC context.[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] */ @@ -190,8 +190,8 @@ static bool my_kvs_fnc_umode(KviKvsModuleFunctionCall * c) @syntax: <string> $my.user([irc_context_id:uint]) @description: - Returns the username of the current irc context.[br] - If the irc context is not connected then an empty string is returned.[br] + Returns the username of the current IRC context.[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] */ @@ -218,8 +218,8 @@ static bool my_kvs_fnc_user(KviKvsModuleFunctionCall * c) @syntax: <string> $my.host([irc_context_id:uint]) @description: - Returns the hostname of the current irc context as known by the IRC server.[br] - If the irc context is not connected then an empty string is returned.[br] + Returns the hostname of the current IRC context as known by the IRC server.[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] */ @@ -243,15 +243,15 @@ static bool my_kvs_fnc_host(KviKvsModuleFunctionCall * c) @title: $my.ip @short: - Returns the current ip address + Returns the current IP address @syntax: <string> $my.ip([irc_context_id:uint]) @description: - Returns the ip address of the current irc context as known by the IRC server.[br] - The ip address is resolved as soon as the hostname is received from the server. + Returns the IP address of the current IRC context as known by the IRC server.[br] + The IP address is resolved as soon as the hostname is received from the server. If the hostname is masked or there is an error in the DNS lookup then - you may get the real local host ip address as determined at connection startup.[br] - If the irc context is not connected then an empty string is returned.[br] + you may get the real local host IP address as determined at connection startup.[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] */ @@ -275,12 +275,12 @@ static bool my_kvs_fnc_ip(KviKvsModuleFunctionCall * c) @title: $my.serverIsIPV6 @short: - Returns 1 if the current server connection use IPV6. + Returns 1 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] - If the irc context is not connected then an empty string is returned.[br] + Returns 1 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] */ @@ -310,7 +310,7 @@ static bool my_kvs_fnc_serverIsIPV6(KviKvsModuleFunctionCall * c) <boolean> $my.serverIsSSL([irc_context_id:uint]) @description: Returns 1 if the server connection uses SSL.[br] - If the irc context is not connected then an empty string is returned.[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] */ @@ -338,8 +338,8 @@ static bool my_kvs_fnc_serverIsSSL(KviKvsModuleFunctionCall * c) @syntax: <string> $my.server([irc_context_id:uint]) @description: - Returns the server name of the current irc context.[br] - If the irc context is not connected then an empty string is returned.[br] + Returns the server name of the current IRC context.[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] Please note that this function returns the name of the server as reported @@ -372,8 +372,8 @@ static bool my_kvs_fnc_server(KviKvsModuleFunctionCall * c) @syntax: <string> $my.network([irc_context_id:uint]) @description: - Returns the network name of the current irc context.[br] - If the irc context is not connected then an empty string is returned.[br] + Returns the network name of the current IRC context.[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] */ |
