com.objexcel.chataddin
Interface IAddInUtil


public abstract interface IAddInUtil

AddInUtil provides useful addin command. It implements all Mirc commands to make addin porting easier. Actually, none of them are implemented yet! If anyone is interested in implementing some, send the java source to me at support@objexcel.com.


Method Summary
 void offerFile(java.lang.String actor, java.io.File file)
          offers the given file to actor
 

Method Detail

offerFile

public void offerFile(java.lang.String actor,
                      java.io.File file)
offers the given file to actor