Update docs for password channels

This commit is contained in:
CoolAcid 2014-04-30 11:26:19 -04:00
parent cf3248332e
commit 50c61bf1f4

View file

@ -37,6 +37,10 @@ class LogStash::Inputs::Irc < LogStash::Inputs::Base
#
# These should be full channel names including the '#' symbol, such as
# "#logstash".
#
# For passworded channels, add a space and the channel password, such as
# "#logstash password".
#
config :channels, :validate => :array, :required => true
public