Fix a bug when using /dump in xmltab
This commit is contained in:
parent
3d13d1d994
commit
525edff66f
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class XMLTab(Tab):
|
|||
text = '\n'.join(
|
||||
('%s %s %s' % (
|
||||
msg.time.strftime('%H:%M:%S'),
|
||||
msg.nickname,
|
||||
'IN' if msg.incoming else 'OUT',
|
||||
clean_text(msg.txt))
|
||||
for msg in xml))
|
||||
filename = os.path.expandvars(os.path.expanduser(args[0]))
|
||||
|
|
Loading…
Reference in a new issue