42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

on slack i cant join to private channels #578

Open zodman opened 7 months ago

zodman commented 7 months ago

I used version:

INFO matterircd: Running version 0.28.0

I was playing with noconfigure (without --config) and with joinInclude,JoinExclude

[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 ..