- On new issue comment bolden repository name

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-24 18:51:07 +02:00
parent 771321f016
commit 22e813500a
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ void issueHandler(HTTPServerRequest request, HTTPServerResponse response)
string username = userBlock["username"].str();
//TODO: Add IRC error handling
string ircMessage = "["~repositoryName~"] New comment '"~commentBody~"' by "~username~" on issue #"~to!(string)(issueID)~" ["~issueURL~"]";
string ircMessage = bold("["~repositoryName~"]")~" New comment '"~commentBody~"' by "~username~" on issue #"~to!(string)(issueID)~" ["~issueURL~"]";
ircBot.channelMessage(ircMessage, channelName);
/* Send message to NTFY server */