mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
Added missing args for add_command_handler
This commit is contained in:
@@ -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}.@*
|
||||
|
||||
@@ -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}.@*
|
||||
|
||||
@@ -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}>
|
||||
|
||||
|
||||
@@ -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}.@*
|
||||
|
||||
@@ -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}.@*
|
||||
|
||||
@@ -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}.@*
|
||||
|
||||
@@ -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}>
|
||||
|
||||
|
||||
@@ -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}.@*
|
||||
|
||||
Reference in New Issue
Block a user