One o one - nth-bot/nth-bot.github.io GitHub Wiki

NthBOT scripts are based on a simple syntax, and the engine itself is simple.

There is a database that contains rules and data. The bot receives inputs, emits outputs, and also generates 'selfputs', which are messages that it sends to itself, received by default 1 second after their generation.

The NthBOT version of an 'hello world' would be:

# simple

< hi my name is {name}
> nice to meet you [name]

You'd type this code in the editor (the upper side), and click the 'Refresh' button in the toolbar, in order to insert it in the bot's database. Then in the terminal (below 'Ready'), you'd type hi my name is bob.

Next read: Iterating over a list