To queue a word to be added to the word list, send a message formatted like __WR: word (p):__ Definition
where word
is the Katlani word, p
is the part of speech, and definition
is the definition. Example: __WR: caminar (v):__ Walk
Part of speech | Abbreviations |
---|---|
Prefixes and Suffixes | pre, suf |
Nouns | n, noun |
Verbs | v |
Adjectives | a, adj |
Pronouns | pron, pro |
Adverbs | adv |
Case Particles | part, par |
Interjections | int, intj |
Conjunctions | conj |
Other | othr, other, misc |
Words will not appear immidiately in the vocab file. Due to GitHub rate-limiting, GingerBot queues words and pushes all of them to GitHub every half-hour.
To execute APOL code with GingerBot, simply send a message formatted like:
@`code`
and replace code with your program. Example:
@`+(1 1)`
to calculate 1 + 1.
GingerBot will automatically terminate execution of your code after 10 seconds, to prevent endless loops.