# File lib/autumn/authentication.rb, line 104 def initialize(options={}) @nicks = options[:nick] @nicks ||= options[:nicks] raise "You must give the nick of an administrator to use nick-based authentication." if @nicks.nil? @nicks = [ @nicks ] if @nicks.kind_of? String end