mirror of
https://github.com/reality/dbot.git
synced 2024-12-01 00:19:29 +01:00
Added NECESSARY change
This commit is contained in:
parent
6d00638f00
commit
2b5fc780dc
@ -16,6 +16,10 @@ var quotes = function(dbot) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'~fishpuns': function (data, params) {
|
||||||
|
dbot.say(data.channel, 'fishpuns: SHUT THE FUCK UP MENTAL MARRIOT YOU PIECE OF SHIT');
|
||||||
|
},
|
||||||
|
|
||||||
'~qsearch': function(data, params) {
|
'~qsearch': function(data, params) {
|
||||||
if(params[2] === undefined) {
|
if(params[2] === undefined) {
|
||||||
dbot.say(data.channel, 'Next time provide a search parameter. Commence incineration.');
|
dbot.say(data.channel, 'Next time provide a search parameter. Commence incineration.');
|
||||||
|
Loading…
Reference in New Issue
Block a user