mumsi icon indicating copy to clipboard operation
mumsi copied to clipboard

channelNameExpression

Open Steamrunner opened this issue 9 years ago • 2 comments

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?

Steamrunner avatar Feb 07 '17 11:02 Steamrunner

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

slomkowski avatar Feb 07 '17 22:02 slomkowski

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.

Steamrunner avatar Feb 08 '17 15:02 Steamrunner