1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

implement 'record' hooking including vanishing

This commit is contained in:
urlbot
2015-07-11 00:27:46 +02:00
parent 047b273406
commit 1b8cca26fa
2 changed files with 41 additions and 27 deletions

View File

@@ -832,7 +832,7 @@ def command_record(argv, **args):
}
target_user = argv[1]
message = 'Message from %s (%s): ' % (args['reply_user'], time.strftime('%F.%T'))
message = '%s (%s): ' % (args['reply_user'], time.strftime('%F.%T'))
message += ' '.join(argv[2:])
if conf('persistent_locked'):