lib/logstash/inputs/irc.rb in logstash-input-irc-0.1.0 vs lib/logstash/inputs/irc.rb in logstash-input-irc-0.1.1

- old
+ new

@@ -33,14 +33,14 @@ # IRC Server password config :password, :validate => :password # Channels to join and read messages from. # - # These should be full channel names including the '#' symbol, such as - # "#logstash". + # 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". + # `#logstash password`. # config :channels, :validate => :array, :required => true public def register