Skip to content

Commit

Permalink
add delay_joins to load
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jun 27, 2012
1 parent 9f408b1 commit fde4a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cinch/configuration/bot.rb
Expand Up @@ -8,7 +8,7 @@ class Bot < Configuration
:realname, :user, :messages_per_second, :server_queue_size,
:strictness, :message_split_start, :message_split_end,
:max_messages, :plugins, :channels, :encoding, :reconnect, :max_reconnect_delay,
:local_host, :timeouts, :ping_interval, :dcc, :shared, :sasl]
:local_host, :timeouts, :ping_interval, :delay_joins, :dcc, :shared, :sasl]

# (see Configuration.default_config)
def self.default_config
Expand Down

0 comments on commit fde4a07

Please sign in to comment.