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

Behavior to 'unquiet' after correctly answering a question in IRC DM? #118

Open
jywarren opened this issue Nov 2, 2018 · 6 comments
Open

Comments

@jywarren
Copy link
Member

jywarren commented Nov 2, 2018

Is this possible? I'm writing the new quiet rule docs at https://publiclab.org/chat#IRC and the workflow to de-quiet someone is a little awkward and slow. If plotsbot could have some kind of simple interaction with a person we could probably be sure they're not a bot themselves... @ryzokuken @icarito

What is the "quiet exemption" command in IRC anyways?

@icarito
Copy link
Member

icarito commented Nov 2, 2018

Quiet exemption on OFTC IRC network is as follows (from https://www.oftc.net/ChannelModes/):

Channelmodes that take Hostmasks as Parameters
b - ban this hostmask
q - quiet this hostmask. Anyone matching this hostmask will be unable to speak on the channel
e - exempt this hostmaks from bans and quiets

So something like /mode +e ircuser@hostmask

@jywarren
Copy link
Member Author

jywarren commented Nov 5, 2018

OK! So:

/mode #publiclab +e nick

@jywarren
Copy link
Member Author

jywarren commented Nov 5, 2018

Added guides here: https://publiclab.org/chat#IRC

@jywarren
Copy link
Member Author

jywarren commented Nov 5, 2018

Could this just be a behavior that you direct message at plotsbot with something like @plotsbot unquiet me and plotsbot responds with the above unquiet command, as a behavior itself?

@jywarren
Copy link
Member Author

jywarren commented Nov 5, 2018

@ryzokuken what do you think?

@jywarren
Copy link
Member Author

jywarren commented Nov 7, 2018

Done! For now, simply write /msg plotsbot approve me and it works, via approveBehavior!

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

No branches or pull requests

3 participants