Deprecated API


Contents
Deprecated Methods
f00f.net.irc.martyr.clientstate.Channel.addMember(FullNick, Command)
          Use addMember( FullNick, InCommand ) intead. 
f00f.net.irc.martyr.clientstate.Channel.addMember(String, Command)
          Use addMember( String, InCommand ) instead. 
f00f.net.irc.martyr.IRCConnection.getLocalhost()
          Pending removal due to unspecified behaviour, use getLocalAddress instead. 
f00f.net.irc.martyr.clientstate.Channel.removeMember(FullNick, Command)
          Use removeMember( FullNick, InCommand ) instead. 
f00f.net.irc.martyr.clientstate.Channel.removeMember(String, Command)
          Use removeMember( String, InCommand ) instead. 
f00f.net.irc.martyr.IRCConnection.sendCommand(Command)
          Use sendCommand( OutCommand cmd ) instead. 
 



Copyright © 2000-2007 Ben Damm, Daniel Henninger, et al.