diff --git a/source/app.d b/source/app.d index 74e177e..21fa6fe 100644 --- a/source/app.d +++ b/source/app.d @@ -158,7 +158,7 @@ void issueHandler(HTTPServerRequest request, HTTPServerResponse response) string username = userBlock["username"].str(); //TODO: Add IRC error handling - string ircMessage = bold("["~repositoryName~"]")~" New comment '"~italic(commentBody)~"' by "~italic(username)~" on issue "~bold("#"~to!(string)(issueID))~" "~underline(issueURL); + string ircMessage = bold("["~repositoryName~"]")~" New comment '"~italics(commentBody)~"' by "~italics(username)~" on issue "~bold("#"~to!(string)(issueID))~" "~underline(issueURL); ircBot.channelMessage(ircMessage, channelName); /* Send message to NTFY server */