Marked some unfinished stuff to know when to come back to it

This commit is contained in:
Kwoth 2016-08-16 14:16:14 +02:00
parent b8d7eedaf7
commit a219717456
6 changed files with 7 additions and 2 deletions

View File

@ -7,6 +7,7 @@
//using System.Threading;
//using System.Threading.Tasks;
//todo Unit Conversion lib
//namespace NadekoBot.Modules.Searches.Commands
//{
// class ConverterCommand : DiscordCommand

View File

@ -5,6 +5,7 @@
//using System.Text.RegularExpressions;
//using System.Threading.Tasks;
//todo mathos parser replacement
//namespace NadekoBot.Modules.Searches.Commands
//{
// class CalcCommand : DiscordCommand

View File

@ -1,4 +1,5 @@
using System;
using NadekoBot.Modules.Searches.Commands.Models;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;

View File

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Net;
namespace NadekoBot.Modules.Searches.Commands.IMDB
namespace NadekoBot.Modules.Searches.Commands.Models
{
public class ImdbMovie
{

View File

@ -6,6 +6,7 @@
//using System.Net;
//using System.Text.RegularExpressions;
//todo DI into partials
//namespace NadekoBot.Modules.Searches.Commands
//{
// internal class OsuCommands : DiscordCommand

View File

@ -9,6 +9,7 @@
//using NadekoBot.Services;
//using System.Threading;
//todo DB
//namespace NadekoBot.Modules.Searches.Commands
//{
// public partial class SearchesModule : DiscordModule