diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-31 18:56:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-31 18:56:32 +0200 |
commit | 35c3dbad6372a121f6dd68bffae59a2e372e2e88 (patch) | |
tree | 4a493c54297a3655cb7ae392e600707efc1240de /doc/en/autogen/user | |
parent | 23add1ac149ae45a042cc68054f9cce2d0924ac5 (diff) | |
download | weechat-35c3dbad6372a121f6dd68bffae59a2e372e2e88.zip |
plugins: remove the demo plugin
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/demo_commands.txt | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/en/autogen/user/demo_commands.txt b/doc/en/autogen/user/demo_commands.txt deleted file mode 100644 index 77f656dc5..000000000 --- a/doc/en/autogen/user/demo_commands.txt +++ /dev/null @@ -1,36 +0,0 @@ -[[command_demo_demo_buffer]] -[command]*`demo_buffer`* open a new buffer:: -........................................ -/demo_buffer <name> -........................................ - -[[command_demo_demo_info]] -[command]*`demo_info`* get and display an info:: -........................................ -/demo_info <info> [<arguments>] - - info: info to display -arguments: optional arguments for info - -Without argument, this command displays list of available infos -........................................ - -[[command_demo_demo_infolist]] -[command]*`demo_infolist`* get and display an infolist:: -........................................ -/demo_infolist <infolist> [<arguments>] - - infolist: infolist to display -arguments: optional arguments for infolist - -Without argument, this command displays list of available infolists -........................................ - -[[command_demo_demo_printf]] -[command]*`demo_printf`* print some messages on current buffer:: -........................................ -/demo_printf <text> - -text: write this text -........................................ - |