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

Allow to trigger multiple factoids #10

Closed
gkatsev opened this issue Dec 9, 2012 · 3 comments
Closed

Allow to trigger multiple factoids #10

gkatsev opened this issue Dec 9, 2012 · 3 comments

Comments

@gkatsev
Copy link
Member

gkatsev commented Dec 9, 2012

Sometimes it you want to send several factoids to a person. Perhaps a !multi command should be available which would take a comma separated list of factoid names and then print them out.

!multi eloquent, learn-js, books @ foo

foo: eloquent...
foo: learn-js...
foo: books...
@dsamarin
Copy link
Member

My proposal is the following syntax:

<trigger character> <comma separated list of factoids> ["@" <comma separated list of users>]? [">" <comma separated list of users>]

This would require factoids to not contain , characters, but it is a simple and intuitive interface. @ nicks are public in the channel and > are sent as private messages.

@ljharb
Copy link
Member

ljharb commented Dec 15, 2013

That seems pretty complex for a really rare edge case. Does this really happen often enough that N factoids can't be sent as N separate lines?

@gkatsev
Copy link
Member Author

gkatsev commented Nov 6, 2015

Nope. This isn't really necessary.

@gkatsev gkatsev closed this as completed Nov 6, 2015
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