Browse Source

wut

master^2
david 2 years ago
parent
commit
19ddfc8b61
  1. 2
      index.js

2
index.js

@ -251,7 +251,7 @@ bot.on('message', (event) => {
// msgs that only care about matching exactly the string
// msgs that just find a word
// msgs that just find a word!
if (msg.includes('blender'))
sendMessage(`msg from ${fromNick}`, event.message);

Loading…
Cancel
Save