public class NickServ extends AbstractAccountPassProtocol implements EventListening, NickReclamation
Constructor and Description |
---|
NickServ(Client client,
String accountName,
String password)
Creates a NickServ authentication protocol instance.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getAuthentication()
Gets a String for
AbstractAccountProtocol.startAuthentication() . |
Object |
getEventListener()
Gets the object for listening.
|
protected String |
getNickServNick()
Gets the expected NickServ nickname.
|
getPassword, setPassword, toString
getAccountName, getClient, setAccountName, startAuthentication
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
ghostNick, regainNick
startAuthentication
getClient
@Nonnull protected String getAuthentication()
AbstractAccountProtocol
AbstractAccountProtocol.startAuthentication()
.getAuthentication
in class AbstractAccountProtocol
@Nonnull public Object getEventListener()
EventListening
getEventListener
in interface EventListening
Copyright © 2013–2019 Kitteh. All rights reserved.