botanybot/help.txt

45 lines
851 B
Plaintext
Raw Normal View History

2021-06-22 17:41:30 -05:00
tilde.club botany bot
=====================
commands
--------
!rollcall - supported only in #bots
see the help text for the bot
%desc <account>
see a person's plant description
- if there is no plant associated to the account, they will
have an 'invisible plant'
%desc nouser
nouser's invisible plant
%water <account>
water a person's plant
- if there is no plant associated to the account, this call
will error
%water nouser
I can't water nouser's invisible plant!
%join <channel>
make the bot join a channel
- requires admin privs
%join #chaos
joined the channel
2021-06-22 23:37:40 -05:00
%{add,del}owner <nick>
add or remove owner status from a nick (admins)
%amowner
determine if you are an owner
%ping
pong!
2021-06-22 17:41:30 -05:00
2021-06-22 23:37:40 -05:00
%eval <code>
evaluate the result of python code (admins)
2021-06-22 17:41:30 -05:00
see tildegit.org/randomuser/botanybot for the source