Fix formatting throughout various plugins.

This commit is contained in:
Major-
2014-08-03 18:13:44 +01:00
parent 6349bc5892
commit 08cb196143
7 changed files with 38 additions and 242 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ end
# Checks if the sender is permitted to interact with the friend they have added:
def interaction_permitted(sender, friend)
if friend == nil || friend.has_ignored(sender.username)
return false
return false
end
return friend.friends_with(sender.username) ? friend.friend_privacy != PrivacyState::OFF : friend.friend_privacy == PrivacyState::ON