소스 검색

No need for that todo.

pull/407/head
Greg Holmes 9 년 전
부모
커밋
7683561e9d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      qauth/src/com/dmdirc/addons/qauth/QAuthManager.java

+ 0
- 1
qauth/src/com/dmdirc/addons/qauth/QAuthManager.java 파일 보기

@@ -135,7 +135,6 @@ public class QAuthManager {
135 135
         }
136 136
         event.getConnection().getLocalUser().ifPresent(u -> {
137 137
             if (u.equals(event.getUser())) {
138
-                // TODO: Check account matches?
139 138
                 if (!event.getInfo(UserInfoEvent.UserInfoType.ACCOUNT_NAME).isPresent()) {
140 139
                     auth(event.getConnection());
141 140
                 }

Loading…
취소
저장