summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-06-26 21:13:36 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-06-26 21:13:36 +0200
commit33ee8036099114e5c13ff44ba89a915f13922e59 (patch)
tree1e3b12108c4bebb7f2f7b2e81ce12c5f54d871c1 /ChangeLog.adoc
parent1d6714e42820e837d18e46a7b6d9c25902e0193b (diff)
downloadweechat-33ee8036099114e5c13ff44ba89a915f13922e59.zip
core: send command line parameter to plugins only if the name starts with the plugin name followed by a colon
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 6cb19c26b..1e95cc2c8 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -26,6 +26,7 @@ New features::
Bug fixes::
+ * core: send command line parameter to plugins only if the name starts with the plugin name followed by a colon
* core: auto disable upgrade process (command line option "--upgrade") if the file weechat.upgrade is not found
* core: replace newlines by spaces in argument "completion" of function hook_command (issue #538)
* core: replace char "," by "~" in color codes to separate foreground from background (issue #1264)