Skip to content

Commit

Permalink
Invite: 複数行の発言ができなかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Aug 10, 2015
1 parent 58b7cbd commit 0e1bd14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rgrb/plugin/invite/irc_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ def initialize(*args)
# @return [void]
def invite(m)
Channel(m.channel).join
@join_message.each do |line|
@join_message.each_line do |line|
message = line.chomp
m.target.send(message, true)
log_notice(m.target, message)
# log_notice(m.target, message)
end
end
end
Expand Down

0 comments on commit 0e1bd14

Please sign in to comment.