Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
add sasl to the known options
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Mar 23, 2012
1 parent 1823986 commit 59c66fc
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, :storage, :dcc, :shared]
:local_host, :timeouts, :ping_interval, :storage, :dcc, :shared, :sasl]

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

0 comments on commit 59c66fc

Please sign in to comment.