Explorar el Código

No need for that todo.

pull/407/head
Greg Holmes hace 9 años
padre
commit
7683561e9d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      qauth/src/com/dmdirc/addons/qauth/QAuthManager.java

+ 0
- 1
qauth/src/com/dmdirc/addons/qauth/QAuthManager.java Ver fichero

@@ -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…
Cancelar
Guardar