-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chatbots #91
Comments
A simple bot has been added with commit cb7ab34! |
Commands are prefixed with |
Added the following commands: opc, ogc, sp, sg See #91 for more information about the commands.
Added 4 commands with commit 804ca2d |
Added some style-changes for messages to and from the bot with commit cfa43f1 |
Working on the settings-cmd-stuff now on the bot-cmd-settings-tree. Almost finished it with commit 98e1c2e! |
You can read abou Telegram bots and how they works. |
A list of stuff the Bot should be able to do..
in the lobby:
help
: Prints the complete list of commands, and their descriptionsrules
: Prints all rules (Rules for ThunderWave #103)avatar
: Shows you information on how to configure your avatar (Get user avatar from ZeroMe #23, Can change avatar photo #47)opc [us@idp]
: Open private chat with given userogc [gid]
: Open group chat with given group-idsp [us@idp] [msg]
: Send private message (without changing to private chat)sg [gid] [msg]
: Send group message (without changing to group chat)whois [us@idp]
: Prints information about the given user (queried from the DB)settings
: Prints all optionssettings [option-id]
: Displays more in-depth information about the given optionsettings [option-id] [new value]
: Set's a given options value to a given new valueus
stands for username e.g.glightstar
idp
stands for "ID-Provider" e.g.zeroid.bit
gid
stands for Group-ID e.g.Abcdefghijklmnopqrstuvwxyz
The text was updated successfully, but these errors were encountered: