- parseHostmask(String) - Method in class jpower.irc.PowerIrc
-
Parse a hostmask, and create a user with the supplied information.
- parseWhoisQuery(String, String) - Method in class jpower.irc.PowerIrc
-
Parse normal whois object
- part(String) - Method in class jpower.irc.PowerIrc
-
Part a channel.
- ping(String) - Static method in class jpower.core.utils.NetUtils
-
Checks if the host is reachable by ping
- ping(PingEvent) - Method in class jpower.irc.PowerIrc
-
Handle ping event
- PingEvent - Class in jpower.irc
-
- PingEvent(String) - Constructor for class jpower.irc.PingEvent
-
- Platform - Class in jpower.core
-
Provides information about the Platform
that the JVM is running on.
- post(Object) - Method in class jpower.event.EventBus
-
- post(Object) - Method in interface jpower.event.IEventBus
-
Post an Event
- PowerIrc - Class in jpower.irc
-
- PowerIrc(String, String, String, String, int, List<String>) - Constructor for class jpower.irc.PowerIrc
-
- PowerIrc - Class in jpower.irc.rewrite.client
-
- PowerIrc(String, String, String, ServerHostname, List<String>) - Constructor for class jpower.irc.rewrite.client.PowerIrc
-
- PowerIrc.Reader - Class in jpower.irc
-
- PowerIrcFactory - Class in jpower.irc.rewrite.client
-
Creates a PowerIrc instance with the defaults of:
Username = PowerIrcBot
Nickname = PowerIrcBot
Realname = PowerIrcBot
Hostname = irc.esper.net
Port = 6667
Initial Channels = ["#PowerIrcBot"]
- PowerIrcFactory() - Constructor for class jpower.irc.rewrite.client.PowerIrcFactory
-
- PowerIrcServer - Class in jpower.irc
-
- PowerIrcServer(int) - Constructor for class jpower.irc.PowerIrcServer
-
- PowerIrcServer.ClientHandler - Class in jpower.irc
-
- PowerIrcServer.Reader - Class in jpower.irc
-
- PowerMath - Class in jpower.math
-
A collection of math utilities, could be separated into
multiple different classes for math subjects.
- PowerMath() - Constructor for class jpower.math.PowerMath
-
- print(String) - Method in class jpower.core.out.IndentPrinter
-
- printIndent() - Method in class jpower.core.out.IndentPrinter
-
- println() - Method in class jpower.core.out.IndentPrinter
-
- println(String) - Method in class jpower.core.out.IndentPrinter
-
- privmsg(User, String) - Method in class jpower.irc.PowerIrc
-
Send a private message to a user.
- privmsg(Channel, String) - Method in class jpower.irc.PowerIrc
-
Send a private message to a channel.