doc: add note about hsignal name for irc redirections in plugin API reference

v2.8-utf8proc
Sebastien Helleu 2011-10-11 18:36:40 +02:00
parent 452382db26
commit dabcf293c9
3 changed files with 13 additions and 0 deletions

View File

@ -7520,6 +7520,10 @@ Argument is a hashtable with following entries (keys and values are string):
Immediately after sending this hsignal, you must send command to irc server,
and redirection will be used for this command.
When complete answer to your command has been be received, a hsignal will be
send. This hsignal has name 'irc_redirection_xxx_yyy' where 'xxx' is the
'signal' and 'yyy' the 'pattern' used.
C example:
[source,C]

View File

@ -7630,6 +7630,10 @@ sont des chaînes) :
Immédiatement après l'envoi de ce hsignal, vous devez envoyer la commande au
serveur irc, et la redirection sera utilisée pour cette commande.
Lorsque la réponse complète à votre commande a été reçue, un hsignal est envoyé.
Ce hsignal a le nom 'irc_redirection_xxx_yyy' où 'xxx' est le 'signal' et 'yyy'
le 'pattern' utilisé.
Exemple en C :
[source,C]

View File

@ -7558,6 +7558,11 @@ sono stringhe):
Subito dopo aver inviato questo hsignal, è necessario inviare il comando al
server irc, e la redirezione verrà usata per questo comando.
// TRANSLATION MISSING
When complete answer to your command has been be received, a hsignal will be
send. This hsignal has name 'irc_redirection_xxx_yyy' where 'xxx' is the
'signal' and 'yyy' the 'pattern' used.
Esempio in C:
[source,C]