-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsearches.ini.example
65 lines (63 loc) · 2.52 KB
/
searches.ini.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
; Each section in this file identifies a slack channel and corresponding search criteria.
; You can specify the same channel multiple times but the section ID cannot be duplicated.
;
; Section names are not important, all sections will be iterated.
;
; All sections require the following parameters, otherwise the bot will fail to start:
;
; Standard configuration (for posting a specific corp or alliance's kills and losses to slack)
;
; zkill_search_type (character/corporation/alliance)
; zkill_search_id (zKill ID for the search type - can take multiple values separated by ,)
; channel_name (name of the Slack channel to post kills to)
; post_solo_kills (true/false)
; post_expensive_kills (true/false)
; include_capsules (true/false)
; expensive_kill_limit (Minimum value for high value kills)
; minimum_capsule_value (Capsules below this value are ignored)
; post_all_super_kills (If true then all super kills will be posted, even if search params are not met)
; post_losses (true/false - configuration can be used to send shameful losses to slack)
; loss_ship_type_ids (IDs - separate with , - ships to monitor for losses.... eg. ratting VNIs)
; loss_value (false/numeric - ships above this value will be monitored for losses (ignoring ship type))
;
; Intel configuration (for posting all kills/losses by an alliance filtered by different important ship types)
;
; is_intel_search (specifies an intel search)
; zkill_search_type (character/corporation/alliance)
; zkill_search_id (zKill ID for the search type - can take multiple values separated by ,)
; channel_name (name of the Slack channel to post kills to)
; post_kills (true/false)
; post_losses (true/false)
; include_supers (true/false)
; include_carriers (true/false)
; include_dreads (true/false)
; include_faxes (true/false)
; include_blops (true/false)
; include_subcaps (true/false)
[Perkone]
zkill_search_type=corporation
zkill_search_id=1000014
channel_name=example_channel
post_solo_kills=true
post_expensive_kills=true
include_capsules=true
expensive_kill_limit=1000000000
minimum_capsule_value=50000000
post_all_super_kills=false
post_losses=false
loss_ship_type_ids=
loss_value=false
; Intel Style Config
[PL]
is_intel_search=true
zkill_search_type=
zkill_search_id=
channel_name=
post_kills=
post_losses=
include_supers=
include_carriers=
include_dreads=
include_faxes=
include_blops=
include_all=