mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Fix previous commit.
This commit is contained in:
parent
cab4cb5059
commit
65aed8f7ed
@ -128,8 +128,10 @@ class IrcMsg(object):
|
||||
self.args = msg.args
|
||||
if reply_env:
|
||||
self.reply_env = reply_env
|
||||
else:
|
||||
elif msg.reply_env:
|
||||
self.reply_env = msg.reply_env.copy()
|
||||
else:
|
||||
self.reply_env = None
|
||||
self.tags = msg.tags.copy()
|
||||
else:
|
||||
self.prefix = prefix
|
||||
|
Loading…
Reference in New Issue
Block a user