From 03f927dd0584e70e90332a8d5ee3ac40496e4d0a Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 20 Jun 2016 21:48:14 +0200 Subject: [PATCH] removed wowjoke duplicate, thx remilia --- NadekoBot/Modules/Searches/SearchesModule.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NadekoBot/Modules/Searches/SearchesModule.cs b/NadekoBot/Modules/Searches/SearchesModule.cs index 543f50a8..7c0750a0 100644 --- a/NadekoBot/Modules/Searches/SearchesModule.cs +++ b/NadekoBot/Modules/Searches/SearchesModule.cs @@ -30,7 +30,6 @@ namespace NadekoBot.Modules.Searches commands.Add(new RedditCommand(this)); commands.Add(new WowJokeCommand(this)); commands.Add(new CalcCommand(this)); - commands.Add(new WowJokeCommand(this)); rng = new Random(); }