summaryrefslogtreecommitdiff
path: root/doc/en/weechat_scripting.en.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/weechat_scripting.en.txt')
-rw-r--r--doc/en/weechat_scripting.en.txt2
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)