mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +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:
|
# Ok, let's make the target:
|
||||||
target = ircutils.replyTo(msg)
|
target = ircutils.replyTo(msg)
|
||||||
if private:
|
if private:
|
||||||
|
prefixName = False
|
||||||
if to is not None:
|
if to is not None:
|
||||||
target = to
|
target = to
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user