mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Fix: Allow なでなで
This commit is contained in:
parent
b232088d4b
commit
51ad06016b
@ -34,7 +34,8 @@ module.exports = function(tokens, canBreak, escape) {
|
||||
}).join('');
|
||||
|
||||
if (me && me.data && me.data.nya) {
|
||||
text = text.replace(/な/g, 'にゃ');
|
||||
text = text.replace(/な/g, 'にゃ')
|
||||
.replace(/にゃでにゃで/g, 'なでなで');
|
||||
}
|
||||
|
||||
return text;
|
||||
|
Loading…
Reference in New Issue
Block a user