Implemented MONITOR
This commit is contained in:
@@ -535,4 +535,8 @@ public class Client extends Connection {
|
||||
public void info() {
|
||||
sendCommand("INFO");
|
||||
}
|
||||
|
||||
public void monitor() {
|
||||
sendCommand("MONITOR");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user