mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
double whoops
This commit is contained in:
parent
c97d947087
commit
5644675b74
@ -130,7 +130,7 @@ var goodreads = function(dbot) {
|
||||
if(event.rProfile && _.has(event.rProfile, 'goodreads')) {
|
||||
if(event.params[1]) {
|
||||
this.internalAPI.getGoodreads(event.server, event.params[1], function(user, gr) {
|
||||
if(user && lfm) {
|
||||
if(user && gr) {
|
||||
event.res.push({
|
||||
'user': user,
|
||||
'gr': gr
|
||||
|
Loading…
Reference in New Issue
Block a user