removed lame gun emoji

This commit is contained in:
topkecleon 2015-07-10 22:04:56 -04:00
parent 1ddfd2762d
commit f42864cac5

View File

@ -4,8 +4,7 @@ PLUGIN.triggers = {
['¯\\_(ツ)_/¯'] = '/shrug$', ['¯\\_(ツ)_/¯'] = '/shrug$',
['( ͡° ͜ʖ ͡°)'] = '/lenny$', ['( ͡° ͜ʖ ͡°)'] = '/lenny$',
['(╯°□°)╯︵ ┻━┻'] = '/flip$', ['(╯°□°)╯︵ ┻━┻'] = '/flip$',
[' o'] = '/homo$', [' o'] = '/homo$'
['🔫'] = '/shot$'
} }
function PLUGIN.action(msg) function PLUGIN.action(msg)