summaryrefslogtreecommitdiff
path: root/doc/weechat_doc_en.texi
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-12-15 12:44:25 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-12-15 12:44:25 +0000
commit6eabc3aa61c7f0d6be44c2d9e88a8611ff0cc9f3 (patch)
tree592e420dae14f1a6c3fb8ebc5b0c8908e19fe81d /doc/weechat_doc_en.texi
parentc08c40a1c6936fe5b974545f825b1a72da7507ba (diff)
downloadweechat-6eabc3aa61c7f0d6be44c2d9e88a8611ff0cc9f3.zip
Added missing args for add_command_handler
Diffstat (limited to 'doc/weechat_doc_en.texi')
-rw-r--r--doc/weechat_doc_en.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/weechat_doc_en.texi b/doc/weechat_doc_en.texi
index 2f10a9bb0..4d332f836 100644
--- a/doc/weechat_doc_en.texi
+++ b/doc/weechat_doc_en.texi
@@ -35,7 +35,7 @@
@title WeeChat - User guide
@subtitle Fast, light and extensible IRC client
-@subtitle Documentation for WeeChat v0.1.7-cvs - December, 12 2005
+@subtitle Documentation for WeeChat v0.1.7-cvs - December, 15 2005
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
@@ -2467,8 +2467,10 @@ WeeChat neither other plugins
@*
@item
-Perl: @command{weechat::add_command_handler ( name, function );}@*
-Python: @command{weechat.add_command_handler ( name, function )}@*
+Perl: @command{weechat::add_command_handler ( name, function,
+[description, arguments, arguments_description] );}@*
+Python: @command{weechat.add_command_handler ( name, function,
+[description, arguments, arguments_description] )}@*
@*
Create new WeeChat command, linked with script function.@*
Function will be called when user will launch command with @kbd{/name}.@*