Tilde.chat/tracer: Difference between revisions

From Tildeverse Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
[[Tilde.chat|<- Back to tilde.chat]]


A bot that parses tracery grammars found in <code>~/.tracery</code>.
An IRC bot that parses tracery grammars found in <code>~/.tracery</code> (on [[Tilde.team|tilde.team]]).


== Commands ==
== Commands ==
Line 30: Line 30:
|Y
|Y
|}
|}
Pipeable commands will echo the built grammar with whatever text follows the <code>|</code>
Pipeable commands will echo the built grammar with whatever text follows the <code>|</code>



Latest revision as of 16:13, 6 August 2024

<- Back to tilde.chat

An IRC bot that parses tracery grammars found in ~/.tracery (on tilde.team).

Commands

command description pipeable
!!help show help text N
!!list print a list of grammars in /home/*/.tracery/*. N
!!source print a link to the bot's source code N
!!fuse combine two grammars into a new mix Y
!!<grammar> build a grammar Y

Pipeable commands will echo the built grammar with whatever text follows the |

For example:

!!grammar | !toot new :grammar:

Results in:

tooter: !toot new :grammar: <result of parsing tracery>

Links