UNPKG

dunnbot-ping

Version:

Provides the title of all links posted in the chat

5 lines 139 B
Plugin = exports.Plugin = function(dunnBot) { dunnBot.addTrigger('ping', function(message) { message.reply('Pong!'); }); };