cleanup, added prune command

This commit is contained in:
Kwoth
2016-01-10 15:49:31 +01:00
parent e1d1f196fe
commit 1d632b61d8
4 changed files with 40 additions and 8 deletions

View File

@@ -140,6 +140,7 @@ namespace NadekoBot
private async void PotentialGuess(object sender, MessageEventArgs e)
{
if (e.Server == null || e.Channel == null) return;
if (e.Server.Id != _serverId || !active)
return;