Advertisement
sparkychild

Untitled

Mar 25th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Statistic logging for FoxieBot
  2. ==============================
  3.  
  4. FoxieBot logs room stats in a more "aggregate" manner, where it only keeps numbers and the hour for each users on each day. The content of the messages are dropped and not recorded
  5.  
  6. General Commands: (REQUIRES % and up)
  7. -------------------------------------
  8. +userstats [room], [username] - Displays a graph of the user's activity in that room in the past few days.
  9. +roomstats [room], [date] - Shows the stats for that day sorted by most posts at the top. Omit the date to get the running total
  10. +usertimezone [room], [username] - shows average activity as distributed by time zone for that user in that room
  11.  
  12. Server Commands:
  13. ----------------
  14. +enablelogging/disablelogging [room] - toggles logging for the specific room. (Bot SYSOP only)
  15. +requestkey [room] - gives a [hex] key to be used in the skype convo. This will allow that skype conversation to be able to view stats from the specified room. (REQUIRES #)
  16.  
  17. Skype Commands:
  18. ---------------
  19. +authenticate [room], [key] - completes the authentication sequence for that skype convo initiated by +requestkey on the server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement