stop telling people to fuck off

This commit is contained in:
reality 2013-03-26 18:43:55 +01:00
parent 31cd3b5995
commit 3c225defee

View File

@ -27,7 +27,6 @@ var link = function(dbot) {
size += chunk.length;
if(size > limit) {
page.abort();
event.reply('request too big, fuck off');
}
});
};