Skip to content

Commit

Permalink
Case sensitivity sucks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Holmes committed Jan 22, 2015
1 parent d56bc10 commit e25afbd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ private void removeConnectionHandler(final Connection connection) {
@Handler
void handleGroupChatPrefsRequestedEvent(final GroupChatPrefsRequestedEvent event) {
event.getCategory().addSetting(new PreferencesSetting(PreferencesType.BOOLEAN, domain,
"sendWho", "Send Who Requests", "Should we send who requests to the channel?",
"sendwho", "Send Who Requests", "Should we send who requests to the channel?",
event.getConfig(), event.getIdentity()));
}

Expand Down

0 comments on commit e25afbd

Please sign in to comment.