summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-10-11 23:47:35 +0200
committermathieui <mathieui@mathieui.net>2017-10-11 23:47:57 +0200
commitdd8037faa517dd26c22ccad9b88e3a6d5cebee9b (patch)
treef94b566aa3c10f536a4fccdc923f51cb0a2f6eb8 /poezio/core/core.py
parent2b0062a2792b2907c16b33d5d001ea6db1c28b87 (diff)
downloadpoezio-dd8037faa517dd26c22ccad9b88e3a6d5cebee9b.tar.gz
poezio-dd8037faa517dd26c22ccad9b88e3a6d5cebee9b.tar.bz2
poezio-dd8037faa517dd26c22ccad9b88e3a6d5cebee9b.tar.xz
poezio-dd8037faa517dd26c22ccad9b88e3a6d5cebee9b.zip
Rename the self-command function to self_ and keep language semantics
Sorry Link Mauve
Diffstat (limited to 'poezio/core/core.py')
-rw-r--r--poezio/core/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py
index 7d4e46e5..ad2fe8ab 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -1922,7 +1922,7 @@ class Core(object):
usage='<key>',
shortdesc='Execute the action defined for <key>.',
completion=self.completion.runkey)
- self.register_command('self', self.command.self,
+ self.register_command('self', self.command.self_,
shortdesc='Remind you of who you are.')
self.register_command('last_activity', self.command.last_activity,
usage='<jid>',