add colon
This commit is contained in:
parent
20f89bcd14
commit
2b8f7885ad
2
index.js
2
index.js
@ -119,7 +119,7 @@ function createOWOPbridge(owopWorld, discordChannelID, password) {
|
||||
nickname = `[D] ${authorname}`;
|
||||
if (nickname.length > 16) nickname = nickname.substr(0,15) + '…';
|
||||
} else {
|
||||
prefix = `[D] ${authorname} `;
|
||||
prefix = `[D] ${authorname}: `;
|
||||
}
|
||||
if (nickname) owopSocket.send("/nick " + nickname + String.fromCharCode(10));
|
||||
var message = prefix + message.cleanContent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user