diff options
Diffstat (limited to 'modules/stats.py')
| -rw-r--r-- | modules/stats.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/stats.py b/modules/stats.py index 6b19f061..d25f6914 100644 --- a/modules/stats.py +++ b/modules/stats.py @@ -62,7 +62,8 @@ class Module(ModuleManager.BaseModule): "channels": { c.name: self._channel_stats(c) for c in server.channels }, - "capabilities": list(server.agreed_capabilities) + "capabilities": list(server.agreed_capabilities), + "version": server.version } @utils.hook("api.get.servers") |
