aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-17 01:14:07 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-17 01:14:07 +0000
commit0acc6fd561dccacd523973dbe43cc376fc97cedb (patch)
treee58b97a35a0b5c1eea4c867f3e457a6b48a7e8d2
parentDon't allow KviWindow::preprocessMessage to break output (diff)
downloadKVIrc-0acc6fd561dccacd523973dbe43cc376fc97cedb.tar.gz
KVIrc-0acc6fd561dccacd523973dbe43cc376fc97cedb.tar.bz2
KVIrc-0acc6fd561dccacd523973dbe43cc376fc97cedb.zip
Add some pointers to the and documentation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5202 17fca916-40b9-46aa-a4ea-0a15b648b75c
-rw-r--r--src/kvirc/kvs/kvi_kvs_corefunctions_af.cpp5
-rw-r--r--src/kvirc/kvs/kvi_kvs_corefunctions_gl.cpp4
2 files changed, 6 insertions, 3 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_corefunctions_af.cpp b/src/kvirc/kvs/kvi_kvs_corefunctions_af.cpp
index 194ed3c4a..fe75473fb 100644
--- a/src/kvirc/kvs/kvi_kvs_corefunctions_af.cpp
+++ b/src/kvirc/kvs/kvi_kvs_corefunctions_af.cpp
@@ -1501,9 +1501,10 @@ namespace KviKvsCoreFunctions
to prevent the evaluation.[br]
You might also take a look at [doc:escape_sequences]the escape sequences documentation[/doc]
to learn more about how the links are implemented and how to create more powerful links (add
- right and middle button actions, use predefined kvirc links etc...)
+ right and middle button actions, use predefined kvirc links etc...). Also take a look at [fnc]$link[/fnc]
+ which has related functionality.
@seealso:
- [doc:escape_sequences]the escape sequences documentation[/doc]
+ [cmd]echo[/cmd], [doc:escape_sequences]the escape sequences documentation[/doc], [fnc]$link[/fnc]
*/
KVSCF(fmtlink)
diff --git a/src/kvirc/kvs/kvi_kvs_corefunctions_gl.cpp b/src/kvirc/kvs/kvi_kvs_corefunctions_gl.cpp
index 737f7452e..b4b95361a 100644
--- a/src/kvirc/kvs/kvi_kvs_corefunctions_gl.cpp
+++ b/src/kvirc/kvs/kvi_kvs_corefunctions_gl.cpp
@@ -950,10 +950,12 @@ namespace KviKvsCoreFunctions
when interpreted locally. Sending this text to the server you can
get unpredictable results, depending on the irc client other people
is using.
+ The returned string format is described by [doc:escape_sequences]the escape sequences documentation[/doc]
+ and you might also take a look at [fnc]$fmtlink[/fnc] which has related functionality.
@examples:
echo $link(pragma,nick)
@seealso:
- [cmd]echo[/cmd]
+ [cmd]echo[/cmd], [fnc]$fmtlink[/fnc].
*/
KVSCF(link)