Skip to content

Commit ef41b5e

Browse files
committed
Update BotContext.cs
1 parent ca705c5 commit ef41b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MedalBOT/BotContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class BotContext
2929

3030
public DiscordService? Discord { get; set; }
3131

32-
public bool RelayIrcToDiscord { get; set; } = false;
32+
public bool RelayIrcToDiscord { get; set; } = true;
3333
public bool RelayDiscordToIrc { get; set; } = true;
3434

3535
public LoggingService Logger { get; set; }

0 commit comments

Comments
 (0)