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
Twitch bot crashes on rehash and restart #1263
Comments
|
hello! i could reproduce the same as mentioned above. info: so two things: 1, bot dies on .rehash ------ ------ ------------------------------------------------ 2, bot crashes on .restart .status can be seen above, for the .rehash issue. |
|
the .restart made a core file DEBUG file in case if its needed: |
|
maybe we need to eggdrop/src/mod/twitch.mod/twitch.c Lines 823 to 841 in 41a03be
|
|
@michaelortmann if i add the mentioned line to twitch.c like this: .restart works. :) .rehash though still makes the bot crash |
|
for the .rehash issue:
does not help. however, commenting it out, works. -------------------------------------------- since twitch does not use/care with nick changes, that can be just set to zero, or something. or we should just mention in the conf, that if twitch is enabled, that should be commented out. |
|
yeah, commenting the "keep-nick" line works for rehashing - haven's tried the solution for restarting tho. Thanks |
roughnecks commentedFeb 24, 2022
•
edited
Hello,
I have set up a Twitch Bot which connects and works alright, but whenever I issue a .rehash or .restart command from telnet, it crashes.
Running eggdrop 1.9.1 on Debian Bullseye
Thanks
The text was updated successfully, but these errors were encountered: