summaryrefslogtreecommitdiff
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
parentc08c40a1c6936fe5b974545f825b1a72da7507ba (diff)
downloadweechat-6eabc3aa61c7f0d6be44c2d9e88a8611ff0cc9f3.zip
Added missing args for add_command_handler
-rw-r--r--doc/weechat_doc_en.texi8
-rw-r--r--doc/weechat_doc_es.texi8
-rw-r--r--doc/weechat_doc_fr.texi2
-rw-r--r--doc/weechat_doc_pt.texi8
-rw-r--r--weechat/doc/weechat_doc_en.texi8
-rw-r--r--weechat/doc/weechat_doc_es.texi8
-rw-r--r--weechat/doc/weechat_doc_fr.texi2
-rw-r--r--weechat/doc/weechat_doc_pt.texi8
8 files changed, 32 insertions, 20 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}.@*
diff --git a/doc/weechat_doc_es.texi b/doc/weechat_doc_es.texi
index 2e3e87dce..66708c83c 100644
--- a/doc/weechat_doc_es.texi
+++ b/doc/weechat_doc_es.texi
@@ -36,7 +36,7 @@
@title WeeChat - Gui@'on de usuario.
@subtitle Cliente IRC r@'apido, peque@~no y extensible
-@subtitle Documentaci@'on para WeeChat v0.1.7-cvs - 12 de diciembre de 2005
+@subtitle Documentaci@'on para WeeChat v0.1.7-cvs - 15 de diciembre de 2005
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
@@ -2464,8 +2464,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}.@*
diff --git a/doc/weechat_doc_fr.texi b/doc/weechat_doc_fr.texi
index b408c8db6..49f43ec54 100644
--- a/doc/weechat_doc_fr.texi
+++ b/doc/weechat_doc_fr.texi
@@ -36,7 +36,7 @@
@title WeeChat - Guide utilisateur
@subtitle Client IRC rapide, l@'eger et extensible
-@subtitle Documentation pour WeeChat v0.1.7-cvs - 12 decembre 2005
+@subtitle Documentation pour WeeChat v0.1.7-cvs - 15 decembre 2005
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
diff --git a/doc/weechat_doc_pt.texi b/doc/weechat_doc_pt.texi
index 215109365..7262802eb 100644
--- a/doc/weechat_doc_pt.texi
+++ b/doc/weechat_doc_pt.texi
@@ -36,7 +36,7 @@
@title WeeChat - Guia do Utilizador
@subtitle Cliente de IRC rapido, leve e extencivel
-@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 12 de dezembro de 2005
+@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 15 de dezembro de 2005
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
@@ -2459,8 +2459,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}.@*
diff --git a/weechat/doc/weechat_doc_en.texi b/weechat/doc/weechat_doc_en.texi
index 2f10a9bb0..4d332f836 100644
--- a/weechat/doc/weechat_doc_en.texi
+++ b/weechat/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}.@*
diff --git a/weechat/doc/weechat_doc_es.texi b/weechat/doc/weechat_doc_es.texi
index 2e3e87dce..66708c83c 100644
--- a/weechat/doc/weechat_doc_es.texi
+++ b/weechat/doc/weechat_doc_es.texi
@@ -36,7 +36,7 @@
@title WeeChat - Gui@'on de usuario.
@subtitle Cliente IRC r@'apido, peque@~no y extensible
-@subtitle Documentaci@'on para WeeChat v0.1.7-cvs - 12 de diciembre de 2005
+@subtitle Documentaci@'on para WeeChat v0.1.7-cvs - 15 de diciembre de 2005
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
@@ -2464,8 +2464,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}.@*
diff --git a/weechat/doc/weechat_doc_fr.texi b/weechat/doc/weechat_doc_fr.texi
index b408c8db6..49f43ec54 100644
--- a/weechat/doc/weechat_doc_fr.texi
+++ b/weechat/doc/weechat_doc_fr.texi
@@ -36,7 +36,7 @@
@title WeeChat - Guide utilisateur
@subtitle Client IRC rapide, l@'eger et extensible
-@subtitle Documentation pour WeeChat v0.1.7-cvs - 12 decembre 2005
+@subtitle Documentation pour WeeChat v0.1.7-cvs - 15 decembre 2005
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
diff --git a/weechat/doc/weechat_doc_pt.texi b/weechat/doc/weechat_doc_pt.texi
index 215109365..7262802eb 100644
--- a/weechat/doc/weechat_doc_pt.texi
+++ b/weechat/doc/weechat_doc_pt.texi
@@ -36,7 +36,7 @@
@title WeeChat - Guia do Utilizador
@subtitle Cliente de IRC rapido, leve e extencivel
-@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 12 de dezembro de 2005
+@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 15 de dezembro de 2005
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
@@ -2459,8 +2459,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}.@*