Esempio n. 1
0
 public override void Run(BotMain bot, BotCommandController commandController, string[] rawTerms, string[] terms, string characterName, string channel, UserGeneratedCommand command)
 {
     bot.SendMessageInChannel("Goodbye~", channel);
     bot.LeaveChannel(channel);
 }