mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
Updated doc
This commit is contained in:
@@ -2047,6 +2047,14 @@ plugin->log (plugin, "freenode", "#weechat", "test");
|
||||
Plugins weitergegeben
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<!-- TRANSLATION NEEDED -->
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function
|
||||
successfully completed and make "highlight" on received
|
||||
message
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
@@ -5442,6 +5450,14 @@ end
|
||||
an WeeChat noch an andere Plugins übergeben
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<!-- TRANSLATION NEEDED -->
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function
|
||||
successfully completed and make "highlight" on received
|
||||
message
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -9,13 +9,14 @@
|
||||
<programlisting>
|
||||
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
|
||||
|
||||
</programlisting>
|
||||
<command>wird durch alle Argumente ersetzt.</command>
|
||||
<programlisting>
|
||||
<command>is replaced by all arguments.</command>
|
||||
<programlisting>Variables $nick, $channel and $server are replaced by current nick/channel/server.
|
||||
|
||||
</programlisting>
|
||||
<command>buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]]</command>
|
||||
<programlisting>
|
||||
|
||||
@@ -2060,6 +2060,13 @@ plugin->log (plugin, "freenode", "#weechat", "test");
|
||||
will not be sent to WeeChat neither other plugins
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function
|
||||
successfully completed and make "highlight" on received
|
||||
message
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
@@ -5484,6 +5491,13 @@ end
|
||||
will not be sent to WeeChat neither other plugins
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function
|
||||
successfully completed and make "highlight" on received
|
||||
message
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -15,7 +15,8 @@ arguments: arguments for command
|
||||
|
||||
</programlisting>
|
||||
<command>is replaced by all arguments.</command>
|
||||
<programlisting>
|
||||
<programlisting>Variables $nick, $channel and $server are replaced by current nick/channel/server.
|
||||
|
||||
</programlisting>
|
||||
<command>buffer [action [args] | number | [[server] [channel]]]</command>
|
||||
<programlisting>
|
||||
|
||||
@@ -2105,6 +2105,12 @@ plugin->log (plugin, "freenode", "#weechat", "test");
|
||||
ne sera ni transmis à WeeChat ni à d'autres extensions
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal> : la fonction
|
||||
a réussi et provoque un "highlight" sur le message reçu
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
@@ -5612,6 +5618,12 @@ end
|
||||
ne sera ni transmis à WeeChat ni à d'autres extensions
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal> : la fonction
|
||||
a réussi et provoque un "highlight" sur le message reçu
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -15,7 +15,8 @@ param
|
||||
|
||||
</programlisting>
|
||||
<command>est remplacé par tous les paramètres.</command>
|
||||
<programlisting>
|
||||
<programlisting>Les variables $nick, $channel et $server sont remplacées par le pseudo/canal/serveur courant.
|
||||
|
||||
</programlisting>
|
||||
<command>buffer [action [args] | nombre | [[serveur] [canal]]]</command>
|
||||
<programlisting>
|
||||
|
||||
@@ -2047,6 +2047,14 @@ plugin->log (plugin, "freenode", "#weechat", "test");
|
||||
Plugins weitergegeben
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<!-- TRANSLATION NEEDED -->
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function
|
||||
successfully completed and make "highlight" on received
|
||||
message
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
@@ -5442,6 +5450,14 @@ end
|
||||
an WeeChat noch an andere Plugins übergeben
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<!-- TRANSLATION NEEDED -->
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function
|
||||
successfully completed and make "highlight" on received
|
||||
message
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -9,13 +9,14 @@
|
||||
<programlisting>
|
||||
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
|
||||
|
||||
</programlisting>
|
||||
<command>wird durch alle Argumente ersetzt.</command>
|
||||
<programlisting>
|
||||
<command>is replaced by all arguments.</command>
|
||||
<programlisting>Variables $nick, $channel and $server are replaced by current nick/channel/server.
|
||||
|
||||
</programlisting>
|
||||
<command>buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]]</command>
|
||||
<programlisting>
|
||||
|
||||
@@ -2060,6 +2060,13 @@ plugin->log (plugin, "freenode", "#weechat", "test");
|
||||
will not be sent to WeeChat neither other plugins
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function
|
||||
successfully completed and make "highlight" on received
|
||||
message
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
@@ -5484,6 +5491,13 @@ end
|
||||
will not be sent to WeeChat neither other plugins
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function
|
||||
successfully completed and make "highlight" on received
|
||||
message
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -15,7 +15,8 @@ arguments: arguments for command
|
||||
|
||||
</programlisting>
|
||||
<command>is replaced by all arguments.</command>
|
||||
<programlisting>
|
||||
<programlisting>Variables $nick, $channel and $server are replaced by current nick/channel/server.
|
||||
|
||||
</programlisting>
|
||||
<command>buffer [action [args] | number | [[server] [channel]]]</command>
|
||||
<programlisting>
|
||||
|
||||
@@ -2105,6 +2105,12 @@ plugin->log (plugin, "freenode", "#weechat", "test");
|
||||
ne sera ni transmis à WeeChat ni à d'autres extensions
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal> : la fonction
|
||||
a réussi et provoque un "highlight" sur le message reçu
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
@@ -5612,6 +5618,12 @@ end
|
||||
ne sera ni transmis à WeeChat ni à d'autres extensions
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal> : la fonction
|
||||
a réussi et provoque un "highlight" sur le message reçu
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -15,7 +15,8 @@ param
|
||||
|
||||
</programlisting>
|
||||
<command>est remplacé par tous les paramètres.</command>
|
||||
<programlisting>
|
||||
<programlisting>Les variables $nick, $channel et $server sont remplacées par le pseudo/canal/serveur courant.
|
||||
|
||||
</programlisting>
|
||||
<command>buffer [action [args] | nombre | [[serveur] [canal]]]</command>
|
||||
<programlisting>
|
||||
|
||||
Reference in New Issue
Block a user