浏览代码

Add a couple more enum entries.

pull/83/head
Chris Smith 9 年前
父节点
当前提交
530f53f95e
共有 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,6 +75,8 @@ public class UserInfoEvent extends ParserEvent {
75 75
         REAL_NAME,
76 76
         /** The list of group chats the user is in. */
77 77
         GROUP_CHAT_LIST,
78
+        /** The name of the server the user is connected to. */
79
+        SERVER_NAME,
78 80
         /** Information about the server the user is connected to. */
79 81
         SERVER_INFO,
80 82
         /** The account the user is authenticated as. */
@@ -87,6 +89,10 @@ public class UserInfoEvent extends ParserEvent {
87 89
         AWAY_MESSAGE,
88 90
         /** The user's server operator status. */
89 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
 

正在加载...
取消
保存