Closed myf closed 8 years ago
does it work if you use accept
?
@dominictarr yes
okay lets just remove addMe
then, @pfraze what do yo think?
ah i think the problem is the scope, one sec
it's this line here https://github.com/ssbc/scuttlebot/blob/master/plugins/invite.js#L120
where this has a different scope? this.invite.accept
might make sense but i don't quite understand what's going on here
..but it doesn't really matter that much if it's just an alias
@myf's PR fixes it, but it might be a good idea to cut the function.
obviously no one else was using it because otherwise we would have heard about this issue already. lets just remove it.
I am cool with that too, a bit redundant. This is to show this
was not
used properly.
On Mar 4, 2016 10:11 PM, "Dominic Tarr" notifications@github.com wrote:
obviously no one else was using it because otherwise we would have heard about this issue already. lets just remove it.
— Reply to this email directly or view it on GitHub https://github.com/ssbc/scuttlebot/issues/312#issuecomment-192557119.
cool, will remove then.
fixed in 7.6.2
according to the docs
sbot invite.addMe
is an alias tosbot invite.accept
. when i execute this command with a valid invitation code I got the following error: