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

channelNameExpression #17

Open
Steamrunner opened this issue Feb 7, 2017 · 2 comments
Open

channelNameExpression #17

Steamrunner opened this issue Feb 7, 2017 · 2 comments

Comments

@Steamrunner
Copy link

In the config file there is the "channelNameExpression" option. Whatever I enter here I always seem to end up in the same room. What is the syntax that should be used here?

@slomkowski
Copy link
Owner

This is regex, which your channel name should match. Please to following checks:

  • set logLevel to DEBUG
  • look for Channel {channel-name} available in process output, where {channel-name} is your desired channel

@Steamrunner
Copy link
Author

Thank you for help. The problem I was facing was not in channelNameExpression as I first thought. The server I'm using doesn't require a password. leaving <password => in the config file logs in fine but it seems to prevent the line behind it to be properly recognized. Using <password = ""> works just fine.

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