carbonitex server invite handle

This commit is contained in:
Master Kwoth
2016-01-23 17:21:50 +01:00
parent a39edb1001
commit 77fa8c1446
5 changed files with 22 additions and 8 deletions

View File

@@ -9,6 +9,10 @@ using NadekoBot.Extensions;
namespace NadekoBot.Classes {
public static class SentencesProvider {
}
public class TypingGame {
private Channel channel;
@@ -23,7 +27,6 @@ namespace NadekoBot.Classes {
}
internal void Start() {
throw new NotImplementedException();
}
}
@@ -60,13 +63,15 @@ namespace NadekoBot.Classes {
};
public override void Init(CommandGroupBuilder cgb) {
cgb.CreateCommand("typing contest")
/*
cgb.CreateCommand("typing start")
.Description("Starts a typing contest.")
.Do(DoFunc());
cgb.CreateCommand("typing stop")
.Description("Stops a typing contest on the current channel.")
.Do(QuitFunc());
*/
}
}
}