diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 8ce28cac6..989fcacc7 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -719,6 +719,7 @@ Arguments: * 'string': string * 'mask': mask, can begin or end with "`*`" (no other "`*`" are allowed inside mask) +* 'case_sensitive': 1 for case sensitive comparison, otherwise 0 Return value: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index ac6df4928..9a5f42f46 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -727,6 +727,7 @@ Paramètres : * 'string' : chaîne * 'mask' : masque, peut commencer ou se terminer par "`*`" (aucune autre "`*`" n'est autorisée dans le masque) +* 'case_sensitive' : 1 pour une comparaison tenant compte de la casse, sinon 0 Valeur de retour : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 1e6a5da5c..a85aabb8c 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -739,6 +739,8 @@ Argomenti: * 'string': stringa * 'mask': mask, può iniziare o terminare con "`*`" (nessun altro "`*`" consentito all'interno della mask) +* 'case_sensitive': 1 per il confronto con caso esatto (maiuscole/minuscole), + altrimenti 0 Valore restituito: