aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-07-01 16:29:25 +0000
committerGravatar Elvio Basello2008-07-01 16:29:25 +0000
commit51c1e039c3f259fca3f9099ae249cd9058864d3c (patch)
tree31eabbca1e85d1d63f59113fc52e7ef1df3776ae /src
parentfixed bug #92 ; quick fix (diff)
downloadKVIrc-51c1e039c3f259fca3f9099ae249cd9058864d3c.tar.gz
KVIrc-51c1e039c3f259fca3f9099ae249cd9058864d3c.tar.bz2
KVIrc-51c1e039c3f259fca3f9099ae249cd9058864d3c.zip
fixed doc for rebind command
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1980 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/kvirc/kvs/kvi_kvs_coresimplecommands_mr.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_coresimplecommands_mr.cpp b/src/kvirc/kvs/kvi_kvs_coresimplecommands_mr.cpp
index a43e6c7a5..5bbc55666 100644
--- a/src/kvirc/kvs/kvi_kvs_coresimplecommands_mr.cpp
+++ b/src/kvirc/kvs/kvi_kvs_coresimplecommands_mr.cpp
@@ -1196,7 +1196,7 @@ namespace KviKvsCoreSimpleCommands
@type:
command
@title:
- rebind:
+ rebind
@syntax:
rebind [-q] <window_id:string>
@short:
@@ -1211,15 +1211,15 @@ namespace KviKvsCoreSimpleCommands
-q causes the command to run quietly.[br]
[b]Handle with care.[/b]
@examples:
- [comment]# Try this example in a channel or query window[/comment]
- [comment]# Remember the current window id[/comment]
- %winid = $window
- [comment]# Rebind to the console of the current irc context[/comment]
- rebind $console
- echo "Hello from the console :)"
- echo "Hello again.. still in the console"
- [comment]# Rebind back[/comment]
- rebind %winid
+ [comment]# Try this example in a channel or query window[/comment][br]
+ [comment]# Remember the current window id[/comment][br]
+ %winid = $window[br]
+ [comment]# Rebind to the console of the current irc context[/comment][br]
+ rebind $console[br]
+ echo "Hello from the console :)"[br]
+ echo "Hello again.. still in the console"[br]
+ [comment]# Rebind back[/comment][br]
+ rebind %winid[br]
echo "Again in this window :)"
*/