-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get the webhook functionality to work #400
Comments
I set this up the other day, and webhook seems to work fine (I'm using cloned, not installed from npm repositories), potentially an issue due to the - at the end of your name? |
I now tested with a different nick name without special characters, same result. I'll test the clone method on the weekend. |
So, I don't write or claim to know how js works. I'm a shell script man myself. However looking over the bot.js from #230 it looks like it might be due to the bot seeing more than 1 user with the same username? I'm not entirely sure. I've checked to see if there's any sort of logging that the bot does and there isn't, which would be useful in cases like this, esp. if you could enable/disable at launch with a flag. I really enjoy the premise and functionality of this bot, even if the administration and debugging features are lacking. Maybe I should learn some js. |
I tested this on a 12 person channel using |
It might, I know someone is having a similar issue Fiaxhs#1 but it's been since January. It's super weird it's not working for you though :/ |
Not working for me either. I installed from npm but it says the version matches the latest version tag here on github. |
So I did a little testing this morning on my own. It looks like the IRC nick has to match the username for discord, not the channel nick. Pardon the potato quality on the snip, haven't had coffee yet My "nick" in that discord is tyrl, because tyral causes my terminal to ding repeatedly while I'm in discord, but it still pulls my avatar, and I think it's because it sees my discord username. @Fiaxhs might be able to shed more light on it if they're still working on it, but it looks like it's working "as intended." |
Using latest commit from this repo, the functionality doesn't work, but after I installed via npm it works properly. It's matching against the set /nick as well. Matching /nicks - https://i.imgur.com/UCMIQOJ.png I'm unsure what causes this, but for all intents and purposes, my problem is solved. |
Commit:
b252f566582d9be953ea0dfd710afa1120f8bee6
Config:
Screenshot:
Steps:
Conclusion:
The text was updated successfully, but these errors were encountered: