mumsi
mumsi copied to clipboard
channelNameExpression
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?
This is regex, which your channel name should match. Please to following checks:
- set
logLeveltoDEBUG - look for
Channel {channel-name} availablein process output, where{channel-name}is your desired channel
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.