Skip to content

Commit

Permalink
ruby syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonp committed Dec 4, 2014
1 parent 43591a1 commit c6b1131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botspade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ def give_idle_points_and_track_stream_time
if points > 0
if user_is_an_admin?(nick)
if get_user(person)
if (person == nick)
if person == nick
msg channel, "#{nick}, you can't give yourself points like this!"
else
give_points(person, points)
Expand Down

0 comments on commit c6b1131

Please sign in to comment.