Skip to content
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

v0.7 irc users list is not displayed on mattermost side #78

Closed
valvin1 opened this issue Nov 13, 2016 · 1 comment
Closed

v0.7 irc users list is not displayed on mattermost side #78

valvin1 opened this issue Nov 13, 2016 · 1 comment

Comments

@valvin1
Copy link

valvin1 commented Nov 13, 2016

I've just upgraded to v0.7.
Everything seems working well exepcted the user list.
When matterbridge starts it should display all irc users but it doesn't.
Even command "!users" is not responding. It is not displayed on irc side but it doesn't answer the users in mattermost side.

In log I have this :

DEBU[2016-11-13T22:00:28+01:00] WsReceiver: model.WebSocketEvent{TeamId:"", ChannelId:"kqqmrrm9hifntehbmdpdf4nnic", UserId:"pnmx8eyzttf6tbunwnwd69cifh", Event:"typing", Data:map[string]interface {}{"parent_id":""}}  module=matterclient
DEBU[2016-11-13T22:00:32+01:00] WsReceiver: model.WebSocketEvent{TeamId:"gpfzgmz3qjrx8c8cbxn13eieqh", ChannelId:"kqqmrrm9hifntehbmdpdf4nnic", UserId:"pnmx8eyzttf6tbunwnwd69cifh", Event:"posted", Data:map[string]interface {}{"channel_display_name":"Komona (en)", "channel_type":"O", "post":"{\"id\":\"epsutphhnjfrdkbjrxprmy6oua\",\"create_at\":1479070832830,\"update_at\":1479070832830,\"delete_at\":0,\"user_id\":\"pnmx8eyzttf6tbunwnwd69cifh\",\"channel_id\":\"kqqmrrm9hifntehbmdpdf4nnic\",\"root_id\":\"\",\"parent_id\":\"\",\"original_id\":\"\",\"message\":\"!users\",\"type\":\"\",\"props\":{},\"hashtags\":\"\",\"filenames\":[],\"pending_post_id\":\"pnmx8eyzttf6tbunwnwd69cifh:1479070830462\"}", "sender_name":"valvin", "team_id":"gpfzgmz3qjrx8c8cbxn13eieqh"}}  module=matterclient
DEBU[2016-11-13T22:00:32+01:00] Receiving from matterclient &matterclient.Message{Raw:(*model.WebSocketEvent)(0xc42041a4b0), Post:(*model.Post)(0xc420424460), Team:"peppercarrot", Channel:"irc", Username:"valvin", Text:"!users"}  module=mattermost
DEBU[2016-11-13T22:00:32+01:00] Sending message from valvin on mattermost.work to gateway  module=mattermost
DEBU[2016-11-13T22:00:32+01:00] Sending config.Message{Text:"!users", Channel:"#pepper&carrot", Username:"valvin", Origin:"work", FullOrigin:"mattermost.work", Protocol:"mattermost", Avatar:""} from mattermost.work (irc) to irc.freenode (#pepper&carrot) 
DEBU[2016-11-13T22:00:32+01:00] Receiving config.Message{Text:"!users", Channel:"#pepper&carrot", Username:"valvin", Origin:"work", FullOrigin:"mattermost.work", Protocol:"mattermost", Avatar:""}  module=irc
DEBU[2016-11-13T22:00:33+01:00] ":asimov.freenode.net 353 ||| = #pepper&carrot :||| Kingsquee Player_2 gand Jookia Szkodnix deevad mensi gleki ^^^^ cmaloney M1dgard VickySteeves[m] Remramm Dezponia chll CalimeroTeknik valvin davidb2111 lvgx sn0wmonster bloodywing chaiomanot Mylene sir_anok1"  module=irc
DEBU[2016-11-13T22:00:33+01:00] ":asimov.freenode.net 366 ||| #pepper&carrot :End of /NAMES list."  module=irc

which reports well user list but it is never sent on mattermost.

@42wim
Copy link
Owner

42wim commented Nov 13, 2016

This behaviour has been changed, it doesn't spam on boot. (see https://github.com/42wim/matterbridge/blob/master/changelog.md)
The !users should work though and is fixed in an upcoming commit. Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants