mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Slightt update -- private implies not prefixName.
This commit is contained in:
parent
e729915fec
commit
26fcd9ad97
@ -128,6 +128,7 @@ def reply(msg, s, prefixName=True, private=False,
|
||||
# Ok, let's make the target:
|
||||
target = ircutils.replyTo(msg)
|
||||
if private:
|
||||
prefixName = False
|
||||
if to is not None:
|
||||
target = to
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user