mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Fix ordering to be the same as outputs/irc.rb
This commit is contained in:
parent
26e8c5d465
commit
1f2d8421c3
1 changed files with 1 additions and 1 deletions
|
@ -53,8 +53,8 @@ class LogStash::Inputs::Irc < LogStash::Inputs::Base
|
|||
c.server = @host
|
||||
c.port = @port
|
||||
c.nick = @nick
|
||||
c.realname = @real
|
||||
c.user = @user
|
||||
c.realname = @real
|
||||
c.channels = @channels
|
||||
c.password = @password.value rescue nil
|
||||
c.ssl.use = @secure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue