mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
Update italian translations and scripting guide
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
** valori: current, server (valore predefinito: current)
|
||||
|
||||
* *irc.look.nick_color_stop_chars*
|
||||
** descrizione: chars used to stop in nick when computing color with letters of nick (at least one char outside this list must be in string before stopping) (example: nick "|nick|away" with "|" in chars will return color of nick "|nick")
|
||||
** descrizione: caratteri usati per fermare il calcolo del colore con le lettere del nick (almeno un carattere al di fuori di questa lista deve essere nella lista prima di fermarlo) (esempio: nick "|nick|away" con "|" nei caratteri restituisce il colore del nick "|nick")
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: "_|[")
|
||||
|
||||
|
||||
@@ -371,11 +371,11 @@ Esempi:
|
||||
|
||||
[source,python]
|
||||
----------------------------------------
|
||||
# display "hello" on core buffer
|
||||
# visualizza "hello" sul buffer core
|
||||
weechat.prnt("", "hello")
|
||||
|
||||
# display "hello" on core buffer, but do not write it to log file
|
||||
# (version >= 0.3.3 only)
|
||||
# visualizza "hello" sul buffer core, ma non salva sul file di log
|
||||
# (solo versioni >= 0.3.3)
|
||||
weechat.prnt_date_tags("", 0, "no_log", "hello")
|
||||
|
||||
# visualizza il prefisso "==>" ed il messaggio "hello" sul buffer corrente
|
||||
|
||||
Reference in New Issue
Block a user