From: David ‘Bombe’ Roden Date: Sat, 18 Oct 2014 12:41:02 +0000 (+0200) Subject: Fix message. X-Git-Url: https://git.pterodactylus.net/?p=xudocci.git;a=commitdiff_plain;h=67092b8d7109812ba079965503bb61b11f5655c6 Fix message. --- diff --git a/src/main/java/net/pterodactylus/xdcc/core/Core.java b/src/main/java/net/pterodactylus/xdcc/core/Core.java index 10cb06d..272076c 100644 --- a/src/main/java/net/pterodactylus/xdcc/core/Core.java +++ b/src/main/java/net/pterodactylus/xdcc/core/Core.java @@ -586,7 +586,7 @@ public class Core extends AbstractExecutionThreadService { if (channelNotJoined.reason() == banned) { channelBanManager.ban(channel.get()); eventBus.post(new GenericMessage( - format("Banned from %s, suspending join for day.", + format("Banned from %s, suspending join for a day.", channel.get()))); return; }