no commands in pms, also continued work on lol commands

This commit is contained in:
Master Kwoth
2016-02-21 21:02:52 +01:00
parent 7874cb1728
commit c364dab600
7 changed files with 65 additions and 6 deletions

View File

@ -32,10 +32,10 @@ namespace NadekoBot.Classes.Permissions {
if (timeBlackList.ContainsKey(user))
return false;
timeBlackList.TryAdd(user, DateTime.Now);
if (channel.IsPrivate)
return true;
return false;
timeBlackList.TryAdd(user, DateTime.Now);
try {
//is it a permission command?