| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectf00f.net.irc.martyr.commands.WhoisCommand
public class WhoisCommand
Implements a WHOIS command, to query details about a user.
| Constructor Summary | |
|---|---|
| WhoisCommand(java.lang.String target) | |
| Method Summary | |
|---|---|
|  java.lang.String | getIrcIdentifier()Returns the string IRC uses to identify this command. | 
|  java.lang.String | render()Simply returns the string given in the constructor. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public WhoisCommand(java.lang.String target)
target - the nick or mask that you wish to know about.| Method Detail | 
|---|
public java.lang.String getIrcIdentifier()
Command
getIrcIdentifier in interface Commandpublic java.lang.String render()
render in interface OutCommand| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||