From a1f75a644e0119fa6e31b0a0c852b71f6fc28410 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 10 Jan 2015 00:52:31 +0100 Subject: added "cyanmure" magic Signed-off-by: Olivier Gayot --- priv_entries.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'priv_entries.h') diff --git a/priv_entries.h b/priv_entries.h index f7697a6..6c3c798 100644 --- a/priv_entries.h +++ b/priv_entries.h @@ -139,6 +139,14 @@ struct entry_t black_magic_entries[] = { .data = (enum element_t []) { ELEMENT_NONE }, .target = TARGET_TEAM, }, + }, { + .name = "Cyanure", + .children_cnt = 0, + .action = { + .f = cyanure, + .data = NULL, + .target = TARGET_SINGLE, + }, }, }; -- cgit v1.2.3