Skip to content

Commit

Permalink
Merge pull request #14 from H2-invent/development
Browse files Browse the repository at this point in the history
add warning that the bot is a MIM
  • Loading branch information
holema authored Dec 5, 2023
2 parents 6ea3b08 + e4b0fc0 commit 260d077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confernceUtils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class conferenceUtils {
' Um auf alle meine Funktionen zugreifen zu können machen Sie mich bitte zu einem MODERATOR.\n\r' +
' Alle weiteren Informationen erhalten sie durch tippen von "!hilfe"';
if (SHOW_WARNING_OF_MIM){
text += 'ACHTUNG: Der Bot kann alle Nachrichten lesen und die Nachrichten sind durch den Bot-Admin lesbar'
text += '\n\rACHTUNG: Der Bot kann alle Nachrichten lesen und die Nachrichten sind durch den Bot-Admin lesbar'
}

this.client.sendText(roomId, text);
Expand Down

0 comments on commit 260d077

Please sign in to comment.