We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used version:
INFO matterircd: Running version 0.28.0
I was playing with noconfigure (without --config) and with joinInclude,JoinExclude
--config
[2024-03-01T00:11:23-05:00] DEBUG matterircd: <- JOIN #coders [2024-03-01T00:11:23-05:00] ERROR matterircd: Cannot join channel coders, id , err: cannot join channel (+i): channel_not_found [2024-03-01T00:11:23-05:00] DEBUG matterircd: -> ":matterircd 473 avargas #coders :Cannot join channel (+i)" [2024-03-01T00:11:23-05:00] DEBUG matterircd: Executed &irc.Message{Prefix:(*irc.Prefix)(nil), Command:"JOIN", Params:[]string{"#coders"}, Trailing:"", EmptyTrailing:false} <nil> [2024-03-01T00:11:26-05:00] DEBUG matterircd: <- PING 192.168.1.121 [2024-03-01T00:11:26-05:00] DEBUG matterircd: -> ":matterircd PONG matterircd :192.168.1.121" [2024-03-01T00:11:26-05:00] DEBUG matterircd: Executed &irc.Message{Prefix:(*irc.Prefix)(nil), Command:"PING", Params:[]string{"192.168.1.121"}, Trailing:"192.168.1.121", EmptyTrailing:false} <nil> [2024-03-01T00:11:27-05:00] DEBUG matterircd: <- JOIN coders [2024-03-01T00:11:27-05:00] ERROR matterircd: Cannot join channel coders, id , err: cannot join channel (+i): channel_not_found [2024-03-01T00:11:27-05:00] DEBUG matterircd: -> ":matterircd 473 avargas coders :Cannot join channel (+i)" [2024-03
and was impossible to join to private channels ..
The text was updated successfully, but these errors were encountered:
This happened to me some times too, I don't know why
Sorry, something went wrong.
I realised later it happened to me only after I applied #554 locally
No branches or pull requests
I used version:
INFO matterircd: Running version 0.28.0
I was playing with noconfigure (without
--config
) and with joinInclude,JoinExcludeand was impossible to join to private channels ..
The text was updated successfully, but these errors were encountered: