You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atm choob commands can be used when prefixed with a !, for example:
{{{
00:42 < mulletron> !pepper
00:42 < BadgerBOT> So good.
}}}
What I desire is the ability for any choob command, including a pipes sequence to be usable inline in a statement. For Example:
{{{
00:42 < mulletron> I like feeling !pepper
00:42 < BadgerBOT> I like feeling So good.
}}}
Ideally this should work for normal choob commands and pipable choob commands.
Doubly-ideally starting a subshell should also work within pipes and as an argument to choob commands, for example:
{{{
!tell faux !pepper
}}}
These last two features are entirely option as far as I'm concerned, and may not make sense for pipes, I try to avoid pipes as much as possible, since I don't want to end up in a mental institution.
The text was updated successfully, but these errors were encountered:
Atm choob commands can be used when prefixed with a !, for example:
{{{
00:42 < mulletron> !pepper
00:42 < BadgerBOT> So good.
}}}
What I desire is the ability for any choob command, including a pipes sequence to be usable inline in a statement. For Example:
{{{
00:42 < mulletron> I like feeling
!pepper
00:42 < BadgerBOT> I like feeling So good.
}}}
Ideally this should work for normal choob commands and pipable choob commands.
Doubly-ideally starting a subshell should also work within pipes and as an argument to choob commands, for example:
{{{
!tell faux
!pepper
}}}
These last two features are entirely option as far as I'm concerned, and may not make sense for pipes, I try to avoid pipes as much as possible, since I don't want to end up in a mental institution.
The text was updated successfully, but these errors were encountered: