File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
java/org/kitteh/irc/client/library Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2828import org .kitteh .irc .client .library .element .Actor ;
2929import org .kitteh .irc .client .library .element .Channel ;
3030import org .kitteh .irc .client .library .element .ServerMessage ;
31- import org .kitteh .irc .client .library .element .User ;
3231import org .kitteh .irc .client .library .event .abstractbase .ActorChannelEventBase ;
3332import org .kitteh .irc .client .library .event .helper .TagMessageEvent ;
3433
Original file line number Diff line number Diff line change 4949 * SASL authentication. Automatically attempts auth during connection.
5050 */
5151public abstract class AbstractSaslProtocol extends AbstractAuthProtocol implements EventListening {
52- @ SuppressWarnings ("JavaDoc" )
5352 protected class Listener {
5453 @ Handler (priority = 1 )
5554 public void capList (CapabilitiesSupportedListEvent event ) {
Original file line number Diff line number Diff line change 4747/**
4848 * Helpful things.
4949 */
50- @ SuppressWarnings ("JavaDoc" )
5150public class TwitchListener {
5251 private final Client client ;
5352
Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
22 "http://www.w3.org/TR/html4/loose.dtd">
3- < html >
3+ < html lang =" en " >
44< head >
55 < title > Kitteh IRC Client Library</ title >
66</ head >
You can’t perform that action at this time.
0 commit comments