mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 01:48:40 +00:00
revert ip block and module changes
This commit is contained in:
parent
976df3963f
commit
5414b2eb12
1 changed files with 8 additions and 0 deletions
|
@ -151,3 +151,11 @@ class plugin_Search:
|
||||||
self.menu_button.set_label("Search " + engine_string)
|
self.menu_button.set_label("Search " + engine_string)
|
||||||
self.se = engine_string
|
self.se = engine_string
|
||||||
|
|
||||||
|
|
||||||
|
register_plugin("Torrent Search",
|
||||||
|
plugin_Search,
|
||||||
|
"Zach Tibbitts",
|
||||||
|
"0.5",
|
||||||
|
"A searchbar for torrent search engines",
|
||||||
|
config=True
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue