Skip to content

Commit

Permalink
Will this fix it? Probably not!
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Feb 19, 2009
1 parent 9762972 commit 3cedc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaves/logga/controller.rb
Expand Up @@ -310,7 +310,7 @@ def did_receive_channel_message(stem, sender, channel, message)
def someone_did_join_channel(stem, sender, channel)
person = find_or_create_person(sender[:nick])
find_or_create_hostname(sender[:host], person)
person.chats.create(:channel => channel, :message_type => "join") unless person[:nick] == "logga"
person.chats.create(:channel => channel, :message_type => "join") unless sender[:nick] == "logga"
end

def someone_did_leave_channel(stem, sender, channel)
Expand Down

0 comments on commit 3cedc9d

Please sign in to comment.