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

Clap/Join #44

Open
distributive opened this issue Oct 19, 2021 · 3 comments
Open

Clap/Join #44

distributive opened this issue Oct 19, 2021 · 3 comments
Labels
plugin For new plugins

Comments

@distributive
Copy link
Collaborator

distributive commented Oct 19, 2021

clap is a common command that splits up text with clap emoji:

image

Tablebot could be made to support this feature and/or implement a more general purpose command (perhaps called join or intersperse) which allows the user to specify the connecting string:

$intersperse x a b c d e

x a b x c x d x e x

(CarlBot has a similar command called space)

@RyanRMurray
Copy link

There doesn't seem to be a standard for where the claps go in the meme. Do we want them:

  • before and after each word
  • between each word
  • after each word
  • before each word

@distributive
Copy link
Collaborator Author

It doesn't really matter, but probably one of the first two.

@RyanRMurray
Copy link

See #45 for my implementation

@distributive distributive added the plugin For new plugins label Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin For new plugins
Projects
None yet
Development

No branches or pull requests

2 participants