Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
remove init password default, 1.8.x made a fuss
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Jun 1, 2011
1 parent f6c404a commit 229aad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shout-bot.rb
Expand Up @@ -54,7 +54,7 @@ def sendln(cmd)
STDOUT.flush
end

def initialize(server, port, nick, password = nil, ssl)
def initialize(server, port, nick, password, ssl)
raise ArgumentError unless block_given?

tcp_socket = TCPSocket.new(server, port || 6667)
Expand Down

0 comments on commit 229aad9

Please sign in to comment.