typo or something like that…
This commit is contained in:
parent
8739662e31
commit
5745a3e8f0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def replace_random_user(message, tab):
|
||||||
return random.choice(tab.users).nick
|
return random.choice(tab.users).nick
|
||||||
elif isinstance(tab, tabs.PrivateTab):
|
elif isinstance(tab, tabs.PrivateTab):
|
||||||
return random.choice([JID(tab.name).resource, tab.own_nick])
|
return random.choice([JID(tab.name).resource, tab.own_nick])
|
||||||
else isinstance(tab, tabs.ConversationTab):
|
else:
|
||||||
# that doesn’t make any sense. By why use this pattern in a
|
# that doesn’t make any sense. By why use this pattern in a
|
||||||
# ConversationTab anyway?
|
# ConversationTab anyway?
|
||||||
return str(tab.name)
|
return str(tab.name)
|
||||||
|
|
Loading…
Reference in a new issue