mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
The "/stats" command doesn't actually do anything interesting yet, and it also writes to the message feed instead of replying directly to the user. The history of this command was that it was written during a PyCon sprint. It was mainly intended as an example for subsequent slash commands. The ones we built after "/stats" have sort of outgrown "/stats" and don't follow the original structure for "/stats". (The "/day", "/ping", and "/settings" commands were built shortly after.)j We probably want to ressurect "/stats" fairly soon, after figuring out some useful stats and refining the UI. As you can see from this commit, resurrecting the code here shouldn't be too difficult, but it may actually be pretty rare that we just translate slash commands into fleshed out messages.
2.2 KiB
2.2 KiB