Exemplo n.º 1
0
 public AsyncLookup(DictionaryLookup plugin, Meebey.SmartIrc4net.IrcMessageData msg, string word)
 {
     this.plugin = plugin;
     this.msg = msg;
     this.word = word;
 }
Exemplo n.º 2
0
 public Reply(IPluginHost host, Meebey.SmartIrc4net.IrcMessageData msg, ChatterBotSession session, string query)
 {
     this.host = host;
     this.msg = msg;
     this.session = session;
     this.query = query;
 }