summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/core.py')
-rw-r--r--poezio/core/core.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py
index 79b5d56f..6bb19d16 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -1759,6 +1759,13 @@ class Core:
shortdesc="Bookmark a room online.",
completion=self.completion.bookmark)
self.register_command(
+ 'reconnect',
+ self.command.command_reconnect,
+ usage="[reconnect]",
+ desc='Disconnect from the remote server if you are '
+ 'currently connected and then connect to it again.',
+ shortdesc='Disconnect and reconnect to the server.')
+ self.register_command(
'set',
self.command.set,
usage="[plugin|][section] <option> [value]",