소스 검색

Merge pull request #83 from csmith/master

Add a couple more enum entries.
pull/84/head
Greg Holmes 9 년 전
부모
커밋
51b304888a
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      common/src/com/dmdirc/parser/events/UserInfoEvent.java

+ 6
- 0
common/src/com/dmdirc/parser/events/UserInfoEvent.java 파일 보기

75
         REAL_NAME,
75
         REAL_NAME,
76
         /** The list of group chats the user is in. */
76
         /** The list of group chats the user is in. */
77
         GROUP_CHAT_LIST,
77
         GROUP_CHAT_LIST,
78
+        /** The name of the server the user is connected to. */
79
+        SERVER_NAME,
78
         /** Information about the server the user is connected to. */
80
         /** Information about the server the user is connected to. */
79
         SERVER_INFO,
81
         SERVER_INFO,
80
         /** The account the user is authenticated as. */
82
         /** The account the user is authenticated as. */
87
         AWAY_MESSAGE,
89
         AWAY_MESSAGE,
88
         /** The user's server operator status. */
90
         /** The user's server operator status. */
89
         SERVER_OPER,
91
         SERVER_OPER,
92
+        /** Information about the security of the user's connection to the server. */
93
+        CONNECTION_SECURITY,
94
+        /** The language the user uses. */
95
+        LANGUAGE,
90
 
96
 
91
     }
97
     }
92
 
98
 

Loading…
취소
저장