summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/demo_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-05-28 16:07:40 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-05-28 16:07:40 +0200
commit0e040e8301aff16022887a85c00d03b3df97dfa5 (patch)
tree60c7245686d1d4d2d5694ffc8a84ba68d760ce36 /doc/en/autogen/user/demo_commands.txt
parent62e2f1f808dd2bfbda61ec501eb92e59ed97b5b5 (diff)
downloadweechat-0e040e8301aff16022887a85c00d03b3df97dfa5.zip
Convert all docs to asciidoc format, add scripting guide
Diffstat (limited to 'doc/en/autogen/user/demo_commands.txt')
-rw-r--r--doc/en/autogen/user/demo_commands.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/en/autogen/user/demo_commands.txt b/doc/en/autogen/user/demo_commands.txt
new file mode 100644
index 000000000..fca1b30e8
--- /dev/null
+++ b/doc/en/autogen/user/demo_commands.txt
@@ -0,0 +1,42 @@
+&bull; *`/demo_buffer`* `name`::
+
+........................................
+ open a new buffer
+........................................
+
+&bull; *`/demo_buffer_set`* `property value`::
+
+........................................
+ set a buffer property
+........................................
+
+&bull; *`/demo_info`* `[info [arguments]]`::
+
+........................................
+ get and display an info
+
+ info: info to display
+ arguments: optional arguments for info
+
+ Without argument, this command displays list of available infos
+........................................
+
+&bull; *`/demo_infolist`* `[infolist [arguments]]`::
+
+........................................
+ get and display an infolist
+
+ infolist: infolist to display
+ arguments: optional arguments for infolist
+
+ Without argument, this command displays list of available infolists
+........................................
+
+&bull; *`/demo_printf`* `[text]`::
+
+........................................
+ print some messages on current ubffer
+
+ text: write this text
+........................................
+