mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
Remove a few instances of Aberwiki-specific stuff.
This commit is contained in:
parent
77db61b02d
commit
e07eca7168
@ -17,10 +17,6 @@ var quotes = function(dbot) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
'~fishpuns': function (data, params) {
|
|
||||||
dbot.say(data.channel, 'fishpuns: SHUT THE FUCK UP YOU FRESHER PIECES 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.');
|
||||||
@ -147,10 +143,6 @@ var quotes = function(dbot) {
|
|||||||
addStack.push(q[1]);
|
addStack.push(q[1]);
|
||||||
rmAllowed = true;
|
rmAllowed = true;
|
||||||
dbot.say(data.channel, 'Quote saved in \'' + q[1] + '\' (' + quotes[key].length + ')');
|
dbot.say(data.channel, 'Quote saved in \'' + q[1] + '\' (' + quotes[key].length + ')');
|
||||||
|
|
||||||
if(data.channel == 'Snow') {
|
|
||||||
dbot.say('#42', 'Public Service Announcement: Snow added \'' + q[2] + '\' to ' + key + ' in PM');
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
dbot.say(data.channel, 'Invalid syntax. Initiate incineration.');
|
dbot.say(data.channel, 'Invalid syntax. Initiate incineration.');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user