Fix /color completion

For some reason 3b5e396469 changed the
completion function for /color to be the one for recolor
This commit is contained in:
Bastien Orivel 2022-01-29 12:36:49 +01:00
parent ca3cb8fae0
commit 13c731dfe3

View file

@ -2209,7 +2209,7 @@ class MucTab(ChatTab):
'shortdesc':
'Fix a color for a nick.',
'completion':
self.completion_recolor
self.completion_color
}, {
'name':
'cycle',