FruitieX/teleirc

executing /command telegram side causes double output

TomokoK opened this issue · 8 comments

When executing /command 'n' telegram side, the bot will output "Command 'n' executed." twice.
Example

Possibly related: #137

I can't reproduce this. is there some hidden step I'm not seeing?

No hidden steps at all, just execute /command telegram side and that happens.

I cannot reproduce this either. Which version of TeleIRC are you using?

Version: teleirc git-226c7f8 (on branch: develop), npm-0.4.7

Current version: teleirc git-226c7f8 (on branch: develop), npm-0.4.7

Node version?

% node --version
v4.8.4
% npm --version
2.15.11
tomoko@znc:~$ node --version
v8.7.0
tomoko@znc:~$ npm --version
5.5.1

I removed the node_modules folder and reinstalled teleirc with npm install -g, and this bug seems to have gone away. I guess it was just an out of date module?