diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-29 11:33:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-29 11:33:52 +0200 |
commit | ae2c97b8cb912bf043e70e4972ede125955b47f5 (patch) | |
tree | 9cc0f11b68fcc3cef5e268f9486eadda19e95403 /doc/en | |
parent | 03194331b9936cc51ffc03f1889f4395226f5aed (diff) | |
download | weechat-ae2c97b8cb912bf043e70e4972ede125955b47f5.zip |
doc: argument "shutdown_function" is optional in function register (scripting guide)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_scripting.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index 83466b437..e64962ead 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -99,7 +99,7 @@ Arguments: * 'version': string, script version * 'license': string, script license * 'description': string, short description of script -* 'shutdown_function': string, name of function called when script is unloaded +* 'shutdown_function': string, name of function called when script is unloaded (optional) * 'charset': string, script charset (optional, if your script is UTF-8, you can use blank value here, because UTF-8 is default charset) |