Skip to content

Commit 67cfc08

Browse files
committed
Add extended-monitor
1 parent 738df09 commit 67cfc08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/kitteh/irc/client/library/feature/CapabilityManager.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ final class Defaults {
105105
*/
106106
public static final String EXTENDED_JOIN = "extended-join";
107107

108+
/**
109+
* Extended monitoring, getting AWAY, ACCOUNT, CHGHOST, AND SETNAME notifications for a MONITOR target.
110+
*/
111+
public static final String EXTENDED_MONITOR = "extended-monitor";
112+
108113
/**
109114
* Invite notification, not utilized unless requested.
110115
*

0 commit comments

Comments
 (0)