lib/logstash/inputs/irc.rb in logstash-input-irc-0.1.1 vs lib/logstash/inputs/irc.rb in logstash-input-irc-0.1.2
- old
+ new
@@ -6,10 +6,9 @@
# Read events from an IRC Server.
#
class LogStash::Inputs::Irc < LogStash::Inputs::Base
config_name "irc"
- milestone 1
default :codec, "plain"
# Host of the IRC Server to connect to.
config :host, :validate => :string, :required => true