Skip to content

Commit eef94a5

Browse files
committed
Disable .newegg command due to breaking API changes
1 parent ee446db commit eef94a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/newegg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def newegg_url(match):
9292
return format_item(item['Basic'], show_url=False)
9393

9494

95-
@hook.command()
95+
# @hook.command()
9696
def newegg(text, admin_log, reply):
9797
"""<item name> - searches newegg.com for <item name>"""
9898

0 commit comments

Comments
 (0)