瀏覽代碼

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…
取消
儲存