Ticket #8 (new defect)

Opened 2 months ago

keyword field not saved for kicks (maybe other penalties as well)

Reported by: tomdesinto Owned by:
Priority: minor Milestone:
Component: core Version: 1.0
Keywords: Cc:

Description

It seems that the keyword field is not save at least for the kick penalty.

the code :

client.kick('BANLISTED [%s]' % banlist.name, keyword="banlist", silent=True)

the log :

080709 00:40:40	DEBUG	Storage: setClientPenalty data {'time_edit': 1215556840, 'keyword': '', 'type': 'Kick', 'admin_id': 0, 'reason': 'BANLISTED [banlist 1]', 'inactive': 0, 'data': '', 'client_id': 5, 'time_add': 1215556840, 'time_expire': 0}
Note: See TracTickets for help on using tickets.