|
19 | 19 | BanIPAddressMenuCommand, BanIPAddressPage, |
20 | 20 | lift_any_ip_address_ban_popup_feature, lift_ip_address_ban_popup_feature, |
21 | 21 | LiftIPAddressBanPage, review_ip_address_ban_popup_feature, |
22 | | - ReviewIPAddressBanPage) |
| 22 | + ReviewIPAddressBanPage, search_bad_ip_address_bans_popup_feature) |
23 | 23 | from .bans.steamid import ( |
24 | 24 | ban_steamid_feature, banned_steamid_manager, |
25 | 25 | BanSteamIDMenuCommand, BanSteamIDPage, |
26 | 26 | lift_any_steamid_ban_popup_feature, lift_steamid_ban_popup_feature, |
27 | 27 | LiftSteamIDBanPage, review_steamid_ban_popup_feature, |
28 | | - ReviewSteamIDBanPage) |
| 28 | + ReviewSteamIDBanPage, search_bad_steamid_bans_popup_feature) |
29 | 29 | from .strings import plugin_strings |
30 | 30 |
|
31 | 31 |
|
@@ -135,6 +135,16 @@ class _KickPage(PlayerBasedFeaturePage): |
135 | 135 | menu_section_ip_address, |
136 | 136 | plugin_strings['popup_title lift_reviewed_ip_address'])) |
137 | 137 |
|
| 138 | +menu_section_steamid.add_entry(AdminCommand( |
| 139 | + search_bad_steamid_bans_popup_feature, |
| 140 | + menu_section_steamid, |
| 141 | + plugin_strings['popup_title search_bad_bans'])) |
| 142 | + |
| 143 | +menu_section_ip_address.add_entry(AdminCommand( |
| 144 | + search_bad_ip_address_bans_popup_feature, |
| 145 | + menu_section_ip_address, |
| 146 | + plugin_strings['popup_title search_bad_bans'])) |
| 147 | + |
138 | 148 |
|
139 | 149 | # ============================================================================= |
140 | 150 | # >> MOTD ENTRIES |
|
0 commit comments