Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 1b5fd76

Browse files
committed
Fix build error
1 parent 2ee5817 commit 1b5fd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IRC-Relay/Discord.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ private async Task DoStikkedUpload(string input, SocketUserMessage msg)
250250
if (config.IRCLogMessages)
251251
LogManager.WriteLog(MsgSendType.DiscordToIRC, username, url, "log.txt");
252252

253-
session.SendMessage(Session.MessageDestination.IRC, url, username);
253+
session.SendMessage(Session.TargetBot.IRC, url, username);
254254
}
255255
}
256256

0 commit comments

Comments
 (0)