예제 #1
0
 /// <summary>
 /// Remove a sproket from the bot instance
 /// </summary>
 public void RemoveSproket(ISproket sproket)
 {
     _sprokets.Remove(sproket);
 }
예제 #2
0
파일: Bot.cs 프로젝트: daanl/Jabbot
 /// <summary>
 /// Add a sproket to the bot instance
 /// </summary>
 public void AddSproket(ISproket sproket)
 {
     _sprokets.Add(sproket);
 }
예제 #3
0
 /// <summary>
 /// Add a sproket to the bot instance
 /// </summary>
 public void AddSproket(ISproket sproket)
 {
     _sprokets.Add(sproket);
 }
예제 #4
0
파일: Bot.cs 프로젝트: daanl/Jabbot
 /// <summary>
 /// Remove a sproket from the bot instance
 /// </summary>
 public void RemoveSproket(ISproket sproket)
 {
     _sprokets.Remove(sproket);
 }