-
Notifications
You must be signed in to change notification settings - Fork 8
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
Need some sort of feedback when commands like channel join fail #5
Comments
Hello, Could you please post your config file here ? |
Its not a prob with the config, as the config hasn't changed. It gets on and sets it nick but doesn't succeed in joining channel, there is zero feedback about why. Since nothing on my end has changed whatsoever, the rizon's end where the irc channel is hosted has to have changed something. Rizon staff isn't going to help me diagnose this, they expect me to read the server response to figure out what went wrong. The problem is I can't see that - its sent to the bot, and the bot doesn't show me. Even if my bot magically begins working again, it would still be nice for the program to say something when it fails to join the IRC channel. There is no feedback on any problems that aren't a crash basically. Like NickServ would respond with an message if something went wrong setting nick for example (like someone else has that nick registered already), but the bot isn't coded to do anything with these messages. I think they should be printed to the command line. |
You're absolutely right. There should be logging message errors concerning IRC/Discord commands. |
Thanks. I found out someone swiped my bots nick, so I've added code to make it msg nickserv to identify to a protected nick now, and also added joining password protected channels while I was at it. I got my bots nick back but rizon seems to have tied it to a my main nicks IP while they were at it so now it only signs in from my home pc instead of my server.. |
Ok so I've been running this all week, been pretty satisfied with it. Today suddenly after restarting the server it lives on, it can't join any IRC channels. I can't diagnose it because there are no errors at all. It simply never ducking joins. I can tell its actually connected by sending info requests and messaging it directly - its on the network, just not in channel. It connects to discord just fine. Even transmits private messages from discord to IRC just fine, Just doesn't join channel anymore. And I control the channel I am testing on - its not blocked, As I said it was working fine all week and I have changed nothing.
The text was updated successfully, but these errors were encountered: