Fix /color completion
For some reason 3b5e396469
changed the
completion function for /color to be the one for recolor
This commit is contained in:
parent
ca3cb8fae0
commit
13c731dfe3
1 changed files with 1 additions and 1 deletions
|
@ -2209,7 +2209,7 @@ class MucTab(ChatTab):
|
|||
'shortdesc':
|
||||
'Fix a color for a nick.',
|
||||
'completion':
|
||||
self.completion_recolor
|
||||
self.completion_color
|
||||
}, {
|
||||
'name':
|
||||
'cycle',
|
||||
|
|
Loading…
Reference in a new issue