This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new c7bce96 Regen docs
c7bce96 is described below
commit c7bce96503d43fd032a49db679515e9e66eaea9f
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Dec 22 12:57:57 2018 +0100
Regen docs
---
components/camel-irc/src/main/docs/irc-component.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/components/camel-irc/src/main/docs/irc-component.adoc
b/components/camel-irc/src/main/docs/irc-component.adoc
index 6ebea39..a079998 100644
--- a/components/camel-irc/src/main/docs/irc-component.adoc
+++ b/components/camel-irc/src/main/docs/irc-component.adoc
@@ -73,13 +73,14 @@ with the following path and query parameters:
|===
-==== Query Parameters (24 parameters):
+==== Query Parameters (25 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
| *autoRejoin* (common) | Whether to auto re-join when being kicked | true |
boolean
+| *commandTimeout* (common) | Delay in milliseconds before sending commands
after the connection is established. | 5000 | long
| *namesOnJoin* (common) | Sends NAMES command to channel after joining it.
onReply has to be true in order to process the result which will have the
header value irc.num = '353'. | false | boolean
| *nickname* (common) | The nickname used in chat. | | String
| *persistent* (common) | *Deprecated* Use persistent messages. | true |
boolean