Changes between Version 2 and Version 3 of CurrentFunctions
- Timestamp:
- Dec 13, 2018, 7:40:27 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CurrentFunctions
v2 v3 1 List of functions chatbot is currently capable of:1 List of functions '''officebot''' is currently capable of. Prepend the commands with `@officebot`: 2 2 3 * reacting to ping - pinging the bot with no arguments posts message that contains:3 * reacting to ping (just `@officebot`) - pinging the bot with no arguments posts message that contains: 4 4 * time period of messages 5 5 * top 5 users by message count 6 6 7 * detailed- message posted by the bot with keyword "detailed" used in the ping results in:7 * `detailed` - message posted by the bot with keyword "detailed" used in the ping results in: 8 8 * time period of messages 9 9 * all users sorted by message count 10 10 11 * overview- message posted by the bot with keyword "overview" used in the ping results in:11 * `overview` - message posted by the bot with keyword "overview" used in the ping results in: 12 12 * ammount of users, channels, system and non-system messages 13 13 * time period of messages for each channel … … 15 15 * when combined with "detailed" keyword: all users sorted by message count 16 16 17 * channel- followed by name of the channel results in message that contains:17 * `channel` - followed by name of the channel results in message that contains: 18 18 * time period of messages for that channel 19 19 * top 5 users by message count in that channel