mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 12:45:41 +02:00
doc: fix typos in plugin API reference
This commit is contained in:
@@ -1036,7 +1036,7 @@ regex = weechat.string_mask_to_regex("test*mask") # "test.*mask"
|
||||
|
||||
_WeeChat ≥ 0.3.7._
|
||||
|
||||
Get pointer on string after flags and return mask with flags to compile regular
|
||||
Get pointer on string after flags and mask with flags to compile regular
|
||||
expression.
|
||||
|
||||
Prototype:
|
||||
@@ -3353,7 +3353,7 @@ This function is not available in scripting API.
|
||||
|
||||
_WeeChat ≥ 0.3.4._
|
||||
|
||||
Return 1 if hashtable has key, otherwise 0.
|
||||
Check if a key is in the hashtable.
|
||||
|
||||
Prototype:
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3406,7 +3406,8 @@ Questa funzione non è disponibile nelle API per lo scripting.
|
||||
|
||||
_WeeChat ≥ 0.3.4._
|
||||
|
||||
Restituisce 1 se la tabella hash ha una chiave, altrimenti 0.
|
||||
// TRANSLATION MISSING
|
||||
Check if a key is in the hashtable.
|
||||
|
||||
Prototipo:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user