From 13c731dfe376baf6a0ada79013f12cf8ac037047 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sat, 29 Jan 2022 12:36:49 +0100 Subject: Fix /color completion For some reason 3b5e3964699f6e5eee05ac3d62847d782a9fe135 changed the completion function for /color to be the one for recolor --- poezio/tabs/muctab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index 8f70faf5..ef8ec6b0 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -2209,7 +2209,7 @@ class MucTab(ChatTab): 'shortdesc': 'Fix a color for a nick.', 'completion': - self.completion_recolor + self.completion_color }, { 'name': 'cycle', -- cgit v1.2.3