tiny icon indicating copy to clipboard operation
tiny copied to clipboard

how to setting /ignore and /notify by default?

Open whoizit opened this issue 6 years ago • 7 comments

subject

whoizit avatar Jan 18 '19 21:01 whoizit

This was mentioned a few times in some other tickets -- we currently doesn't support this.

Ideally I think we need a few things:

  • A way to set default values of these. E.g. in the config file:

    defaults:
      ignore: true # enable ignore by default
      notify: off # disable notifications my default
    
  • A way to set these parameters when joining, e.g.

    /join #foo -ignore -notify all
    

    This should join #foo with "ignore" on and "notify" set to "all".

  • The parameters above should work in config file too, e.g.

    join:
      - '#tiny -ignore -notify all'
    

Not to hard to implement but I just need to allocate a few hours.

If anyone wants to contribute let me know and I can help.

osa1 avatar Jan 19 '19 05:01 osa1

Unless someone else is working on this, I think I'll take a crack at it, starting tonight, along with #217.

maddiemort avatar Oct 01 '20 17:10 maddiemort

@nerosnm go for it! Let me know if you have any questions.

osa1 avatar Oct 01 '20 17:10 osa1

@nerosnm anything on this? 😬

trevarj avatar Dec 17 '20 06:12 trevarj

@trevarj it's been more than 2 months without any updates, I think this is up for grabs.

osa1 avatar Dec 17 '20 09:12 osa1

Hi, really sorry about that! This kind of slipped off my radar, I ended up not really having the bandwidth to work on it. Anyone else please feel free to take it over.

maddiemort avatar Dec 17 '20 10:12 maddiemort

No problem @nerosnm , thanks for the update.

osa1 avatar Dec 17 '20 11:12 osa1