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

Can not create new tabs #58

Open
Hamburglar12 opened this issue Sep 1, 2016 · 6 comments
Open

Can not create new tabs #58

Hamburglar12 opened this issue Sep 1, 2016 · 6 comments
Labels

Comments

@Hamburglar12
Copy link

Hamburglar12 commented Sep 1, 2016

No matter what regex filter I use, no tabs are appearing in the chat box. I'm running Minecraft 1.10.2 on a Mac with FML and Liteloader.

@mattmess1221
Copy link
Owner

Can you provide some examples? What regex are you using? What is it
supposed to catch?

On Thu, Sep 1, 2016, 3:18 PM Hamburglar12 [email protected] wrote:

No matter what regex filter I use, no tabs are appearing in the chat box.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#58, or mute the thread
https://github.com/notifications/unsubscribe-auth/ADQIKi0E3z_4rh4mK7BG9IDjFnxyE63Nks5qlyUJgaJpZM4JzCSL
.

@Hamburglar12
Copy link
Author

Just anything, even if I leave the filter bar blank or with a^[*|.]$ I'm also not able to make channels, not sure if that's important or not.

@mattmess1221
Copy link
Owner

a^ it's just a generic pattern that matches the letter a followed by the
start of the line, which is impossible. Test your patterns using
http://regexr.com

On Thu, Sep 1, 2016, 5:26 PM Hamburglar12 [email protected] wrote:

Just anything, even if I leave the filter bar blank or with a^[*|.]$ I'm
also not able to make channels, not sure if that's important or not.


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#58 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADQIKjOYao-MZuVgK7MyV7HgNxFDV_uIks5qlycOgaJpZM4JzCSL
.

@Hamburglar12
Copy link
Author

Whoops, you're right. That aside I still can't seem to create new tabs. Even if I make a perfect expression I still can't get tabs to appear. Is there a special check box or configuration needed to allow tabs to be created? I've tested almost all of the check boxes independently with no luck.

@mattmess1221
Copy link
Owner

You've filled out the box for the destination? Channels should be added automatically.

You can reference capture groups using $n.

@Hamburglar12
Copy link
Author

Hamburglar12 commented Sep 6, 2016

I have filled out the destination. The only tabs I've been able to get are from private messages. Also I've noticed I can make a filter and it will eliminate that from the general chat even if I don't have the Hide Matches checked, so my only issue is it's not automatically creating the tab/ channel. Also, I am running quite a few other mods, have you heard of any other weird interactions like this?

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

No branches or pull requests

2 participants