Toggle ability for certain rules #83


  • Enhancment
  • Accepted
Open
Assigned to _ForgeUser10620973
  • _ForgeUser8124342 created this issue Jan 2, 2015

    Hi,

    I think there should be a /filter on & /filter off command which effects certain rules. You could add a "toggleable" flag which has to be added to the rule and then when a user types /filter off these rules are toggled off (so the user can bypass them and can see them as bypassed by other users) when the user has /filter on it will filter all users chat including there own.

    This would be great to have more mature users able to have free-er chat instead of being weighed down by the filter.

  • _ForgeUser8124342 added the tags New Enhancment Jan 2, 2015
  • _ForgeUser10620973 posted a comment Sep 13, 2015

    This is not really a PwnFilter-only problem. This would require integration with a chat plugin.

    The problem is that the Filter works on the event from a "sender" perspective. It checks a bunch of things based on who is sending the message (their perms, etc.) and then releases the message event to continue it's path. So the message is either modified and sent, or not, and sent.

    There's no mechanism to implement "selective delivery", where some players get the filtered message, and some get the unfiltered message. This is something that I looked into with PwnChat, but never got the whole thing working to my satisfaction.

    I'm not going to close this, but it is a "lower priority" enhancement, at the moment.

  • _ForgeUser10620973 unassigned issue from erronload Sep 13, 2015
  • _ForgeUser10620973 self-assigned this issue Sep 13, 2015
  • _ForgeUser10620973 removed a tag New Sep 13, 2015
  • _ForgeUser10620973 added a tag Accepted Sep 13, 2015

To post a comment, please login or register a new account.