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

Removing notifications #7

Open
aijcoa opened this issue Aug 31, 2013 · 1 comment
Open

Removing notifications #7

aijcoa opened this issue Aug 31, 2013 · 1 comment

Comments

@aijcoa
Copy link

aijcoa commented Aug 31, 2013

I've set a notification for a nick I no longer use and would like to remove it. Is this possible? Where are the configs for this plugin stored? Is it ~/.irssi/config?

@paddykontschak
Copy link
Owner

Look for something like this:

hilights = (
  { text = "YOURNICK"; color = "%M"; nick = "yes"; word = "yes"; },
);
settings = {
  "perl/core/scripts" = { notifier_on_regex = "YOURNICK"; };
};

You should only have to remove the notifier part to disable the script for that name.

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