diff options
| author | 2019-05-22 08:50:05 +0100 | |
|---|---|---|
| committer | 2019-05-22 08:50:05 +0100 | |
| commit | 6ba3588294f2498a919155ea76df07fd797dcbab (patch) | |
| tree | 7c144a96e6df36ed9093778f484fc14c69794b4e /modules/admin.py | |
| parent | Remove old debug print()s from admin.py (diff) | |
| signature | ||
stdout.write on success for !disconnect
Diffstat (limited to 'modules/admin.py')
| -rw-r--r-- | modules/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/admin.py b/modules/admin.py index 28d6be90..5e262be1 100644 --- a/modules/admin.py +++ b/modules/admin.py @@ -81,6 +81,7 @@ class Module(ModuleManager.BaseModule): server = self.bot.get_server_by_id(id) server.disconnect() self.bot.disconnect(server) + event["stdout"].write("Disconnected from %s" % alias) @utils.hook("received.command.shutdown") def shutdown(self, event): |
