diff options
| author | 2008-01-11 16:38:56 +0000 | |
|---|---|---|
| committer | 2008-01-11 16:38:56 +0000 | |
| commit | 9c57fb511378fabd7ba1ead3400ad19e95f43e66 (patch) | |
| tree | fea33181bcdfa29975cfdf3181f0bfaeb847f015 /src/modules/my/libkvimy.cpp | |
| parent | added czech .po (diff) | |
| download | KVIrc-9c57fb511378fabd7ba1ead3400ad19e95f43e66.tar.gz KVIrc-9c57fb511378fabd7ba1ead3400ad19e95f43e66.tar.bz2 KVIrc-9c57fb511378fabd7ba1ead3400ad19e95f43e66.zip | |
More work on the context module and some QT4 port in trunk: no longer use Q3PtrList but also leave the client code untouched
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1071 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/my/libkvimy.cpp')
| -rw-r--r-- | src/modules/my/libkvimy.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp index e76ebf0f6..b1c5dcafc 100644 --- a/src/modules/my/libkvimy.cpp +++ b/src/modules/my/libkvimy.cpp @@ -340,6 +340,10 @@ static bool my_kvs_fnc_serverIsSSL(KviKvsModuleFunctionCall * c) 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 + by the server itself. Some servers report a bogus value for this field. + You should take a look at $context.serverIpAddress or $context.serverHostName + if you want a value that can be used to really reconnect to this server. */ static bool my_kvs_fnc_server(KviKvsModuleFunctionCall * c) |
