summaryrefslogtreecommitdiff
path: root/plugins/resume_loop.xml
blob: 572ccfaa7e44388f3f7851fc9d5aa6c88944eb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" ?>
<plugin
	author="René 'Necoro' Neumann"
	name="Emerge Resume Loop">
	<import>portato.plugins.resume_loop</import>

	<hook
		hook = "emerge"
		call = "set_console">
		<connect/>
	</hook>

	<hook
		hook = "after_emerge"
		call = "resume_loop">
		<connect type="before">*</connect>
	</hook>

	<options>
		<option>disabled</option>
	</options>
</plugin>