diff --git a/doc/de/weechat.de.xml b/doc/de/weechat.de.xml index 37d1e1f74..45f79f9d0 100644 --- a/doc/de/weechat.de.xml +++ b/doc/de/weechat.de.xml @@ -2047,6 +2047,14 @@ plugin->log (plugin, "freenode", "#weechat", "test"); Plugins weitergegeben + + + + PLUGIN_RC_OK_WITH_HIGHLIGHT: function + successfully completed and make "highlight" on received + message + + @@ -5442,6 +5450,14 @@ end an WeeChat noch an andere Plugins übergeben + + + + PLUGIN_RC_OK_WITH_HIGHLIGHT: function + successfully completed and make "highlight" on received + message + + diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml index 53b2bb16f..f32dd9aad 100644 --- a/doc/de/weechat_commands.xml +++ b/doc/de/weechat_commands.xml @@ -9,13 +9,14 @@ einen Alias für einen Befehl anlegen -Aliasname: Name des Alias - Befehl: Befehlsname (WeeChat- oder IRC-Befehl ohne führenden '/', mehrere Befehle können durch Semikola getrennt werden) -Argumente: Argumente für den Befehl +alias_name: name of alias + command: command name (WeeChat or IRC command, many commands can be separated by semicolons) +arguments: arguments for command -wird durch alle Argumente ersetzt. - +is replaced by all arguments. +Variables $nick, $channel and $server are replaced by current nick/channel/server. + buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]] diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index cd7f5a6d1..c0f279dda 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -2060,6 +2060,13 @@ plugin->log (plugin, "freenode", "#weechat", "test"); will not be sent to WeeChat neither other plugins + + + PLUGIN_RC_OK_WITH_HIGHLIGHT: function + successfully completed and make "highlight" on received + message + + @@ -5484,6 +5491,13 @@ end will not be sent to WeeChat neither other plugins + + + PLUGIN_RC_OK_WITH_HIGHLIGHT: function + successfully completed and make "highlight" on received + message + + diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 82d7e7dc2..607a51c8e 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -15,7 +15,8 @@ arguments: arguments for command is replaced by all arguments. - +Variables $nick, $channel and $server are replaced by current nick/channel/server. + buffer [action [args] | number | [[server] [channel]]] diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index 7c6190678..8cc7414f7 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -2105,6 +2105,12 @@ plugin->log (plugin, "freenode", "#weechat", "test"); ne sera ni transmis à WeeChat ni à d'autres extensions + + + PLUGIN_RC_OK_WITH_HIGHLIGHT : la fonction + a réussi et provoque un "highlight" sur le message reçu + + @@ -5612,6 +5618,12 @@ end ne sera ni transmis à WeeChat ni à d'autres extensions + + + PLUGIN_RC_OK_WITH_HIGHLIGHT : la fonction + a réussi et provoque un "highlight" sur le message reçu + + diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index d0bc434fa..83c0a6c2d 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -15,7 +15,8 @@ param est remplacé par tous les paramètres. - +Les variables $nick, $channel et $server sont remplacées par le pseudo/canal/serveur courant. + buffer [action [args] | nombre | [[serveur] [canal]]] diff --git a/weechat/doc/de/weechat.de.xml b/weechat/doc/de/weechat.de.xml index 37d1e1f74..45f79f9d0 100644 --- a/weechat/doc/de/weechat.de.xml +++ b/weechat/doc/de/weechat.de.xml @@ -2047,6 +2047,14 @@ plugin->log (plugin, "freenode", "#weechat", "test"); Plugins weitergegeben + + + + PLUGIN_RC_OK_WITH_HIGHLIGHT: function + successfully completed and make "highlight" on received + message + + @@ -5442,6 +5450,14 @@ end an WeeChat noch an andere Plugins übergeben + + + + PLUGIN_RC_OK_WITH_HIGHLIGHT: function + successfully completed and make "highlight" on received + message + + diff --git a/weechat/doc/de/weechat_commands.xml b/weechat/doc/de/weechat_commands.xml index 53b2bb16f..f32dd9aad 100644 --- a/weechat/doc/de/weechat_commands.xml +++ b/weechat/doc/de/weechat_commands.xml @@ -9,13 +9,14 @@ einen Alias für einen Befehl anlegen -Aliasname: Name des Alias - Befehl: Befehlsname (WeeChat- oder IRC-Befehl ohne führenden '/', mehrere Befehle können durch Semikola getrennt werden) -Argumente: Argumente für den Befehl +alias_name: name of alias + command: command name (WeeChat or IRC command, many commands can be separated by semicolons) +arguments: arguments for command -wird durch alle Argumente ersetzt. - +is replaced by all arguments. +Variables $nick, $channel and $server are replaced by current nick/channel/server. + buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]] diff --git a/weechat/doc/en/weechat.en.xml b/weechat/doc/en/weechat.en.xml index cd7f5a6d1..c0f279dda 100644 --- a/weechat/doc/en/weechat.en.xml +++ b/weechat/doc/en/weechat.en.xml @@ -2060,6 +2060,13 @@ plugin->log (plugin, "freenode", "#weechat", "test"); will not be sent to WeeChat neither other plugins + + + PLUGIN_RC_OK_WITH_HIGHLIGHT: function + successfully completed and make "highlight" on received + message + + @@ -5484,6 +5491,13 @@ end will not be sent to WeeChat neither other plugins + + + PLUGIN_RC_OK_WITH_HIGHLIGHT: function + successfully completed and make "highlight" on received + message + + diff --git a/weechat/doc/en/weechat_commands.xml b/weechat/doc/en/weechat_commands.xml index 82d7e7dc2..607a51c8e 100644 --- a/weechat/doc/en/weechat_commands.xml +++ b/weechat/doc/en/weechat_commands.xml @@ -15,7 +15,8 @@ arguments: arguments for command is replaced by all arguments. - +Variables $nick, $channel and $server are replaced by current nick/channel/server. + buffer [action [args] | number | [[server] [channel]]] diff --git a/weechat/doc/fr/weechat.fr.xml b/weechat/doc/fr/weechat.fr.xml index 7c6190678..8cc7414f7 100644 --- a/weechat/doc/fr/weechat.fr.xml +++ b/weechat/doc/fr/weechat.fr.xml @@ -2105,6 +2105,12 @@ plugin->log (plugin, "freenode", "#weechat", "test"); ne sera ni transmis à WeeChat ni à d'autres extensions + + + PLUGIN_RC_OK_WITH_HIGHLIGHT : la fonction + a réussi et provoque un "highlight" sur le message reçu + + @@ -5612,6 +5618,12 @@ end ne sera ni transmis à WeeChat ni à d'autres extensions + + + PLUGIN_RC_OK_WITH_HIGHLIGHT : la fonction + a réussi et provoque un "highlight" sur le message reçu + + diff --git a/weechat/doc/fr/weechat_commands.xml b/weechat/doc/fr/weechat_commands.xml index d0bc434fa..83c0a6c2d 100644 --- a/weechat/doc/fr/weechat_commands.xml +++ b/weechat/doc/fr/weechat_commands.xml @@ -15,7 +15,8 @@ param est remplacé par tous les paramètres. - +Les variables $nick, $channel et $server sont remplacées par le pseudo/canal/serveur courant. + buffer [action [args] | nombre | [[serveur] [canal]]]