diff options
| author | 2008-11-29 11:01:25 +0000 | |
|---|---|---|
| committer | 2008-11-29 11:01:25 +0000 | |
| commit | 6c20cd7e68f5172d969810698f501e7e7b06eb09 (patch) | |
| tree | 8b2d8ab8f6cd8cba3301bd29046deb558d0f7c21 /src/modules/my/libkvimy.cpp | |
| parent | implemented #202 (undo/redo in inputbox) (diff) | |
| download | KVIrc-6c20cd7e68f5172d969810698f501e7e7b06eb09.tar.gz KVIrc-6c20cd7e68f5172d969810698f501e7e7b06eb09.tar.bz2 KVIrc-6c20cd7e68f5172d969810698f501e7e7b06eb09.zip | |
fixed a typo in the "my" documentation
patched $str.grep to be able to return the matched subpatterns in a regexp (#289)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2930 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/my/libkvimy.cpp')
| -rw-r--r-- | src/modules/my/libkvimy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp index e8812e6cc..34a9899b9 100644 --- a/src/modules/my/libkvimy.cpp +++ b/src/modules/my/libkvimy.cpp @@ -272,7 +272,7 @@ static bool my_kvs_fnc_ip(KviKvsModuleFunctionCall * c) @type: function @title: - $my.serverIsSSL + $my.serverIsIPV6 @short: Returns 1 if the current server connection use IPV6. @syntax: |
