Skip to content

Commit

Permalink
allowing commands from anyone
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Jun 23, 2015
1 parent c1271f2 commit cc098af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/net/zomis/duga/tasks/ListenTask.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class ListenTask implements Runnable {
}

boolean authorizedCommander(ChatMessageIncoming message) {
message.user_id == 98071
true
}

@Override
Expand Down

0 comments on commit cc098af

Please sign in to comment.