Repository: camel
Updated Branches:
  refs/heads/master 6fb84cfb7 -> ec54b23f3


Component docs. This closes #971


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ec54b23f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ec54b23f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ec54b23f

Branch: refs/heads/master
Commit: ec54b23f34810a943f50a3db48d70c64c98ab4c9
Parents: 6fb84cf
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon May 2 08:34:51 2016 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon May 2 08:34:51 2016 +0200

----------------------------------------------------------------------
 components/camel-irc/src/main/docs/irc.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ec54b23f/components/camel-irc/src/main/docs/irc.adoc
----------------------------------------------------------------------
diff --git a/components/camel-irc/src/main/docs/irc.adoc 
b/components/camel-irc/src/main/docs/irc.adoc
index 5660992..ed9fbc9 100644
--- a/components/camel-irc/src/main/docs/irc.adoc
+++ b/components/camel-irc/src/main/docs/irc.adoc
@@ -43,8 +43,9 @@ The IRC component has no options.
 
 
 
+
 // endpoint options: START
-The IRC component supports 23 endpoint options which are listed below:
+The IRC component supports 24 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -53,7 +54,7 @@ The IRC component supports 23 endpoint options which are 
listed below:
 | port | common | 6667,6668,6669 | int | Port number for the IRC chat server
 | autoRejoin | common | true | boolean | Whether to auto re-join when being 
kicked
 | colors | common | true | boolean | Whether or not the server supports color 
codes.
-| namesOnJoin | common | false | boolean | Whether or not to send the NAMES 
command after a channel has been joined.
+| namesOnJoin | common | false | boolean | Sends NAMES command to channel 
after joining it. link onReply has to be true in order to process the result 
which will have the header value irc.num = '353'.
 | nickname | common |  | String | The nickname used in chat.
 | nickPassword | common |  | String | Your IRC server nickname password.
 | onJoin | common | true | boolean | Handle user join events.
@@ -77,6 +78,7 @@ The IRC component supports 23 endpoint options which are 
listed below:
 // endpoint options: END
 
 
+
 [[IRC-SSLSupport]]
 SSL Support
 ^^^^^^^^^^^

Reply via email to