14 Commits

Author SHA1 Message Date
Abigail Gold
ad2c559a0f
Custom Help Command (#55)
* subclasses HelpCommand to implement a custom help command.

add cog names for display in the help command.

Globalsettings is no longer a cog. HelpCommand uses the custom attribute
category for grouping commands.

* PEP8 fixes

* improve variable names for help command clarity. Fixes #70

* improve help command formatting

add aliases for weather commands
add help text for ae7q call and qrz

* move global_settings to common

* rename import alias

* fix loading/unloading of help command

* fix info command

* fix options import

* changed canonical command names to be more descriptive

* remove cog names and revert map/bandplan error listing

* add link to hamstudy references
2019-12-06 01:19:42 -05:00
Abigail Gold
e4fe3480e9
and the same to QRZ images 2019-11-11 21:20:25 -05:00
0x5c
af3f341c27 QRZCog: quick mini linting (#60) 2019-10-27 10:49:19 -04:00
Abigail Gold
02433947b6
add error message, retry on session timeout 2019-10-20 14:44:29 -04:00
Abigail Gold
f5ec8f0d8b
convert qrz lookup to use pure lxml instead of bs4 2019-10-19 22:55:53 -04:00
Abigail Gold
93b0bae2c1
fix wasteful session usage 2019-10-18 15:27:35 -04:00
Abigail Gold
5bc7011f7d
smol fixes 2019-10-18 12:45:26 -04:00
0x5c
ae067acf0e
sYnTAx eRrOR 2019-10-18 11:37:24 -04:00
0x5c
c790e856d9
should be better 2019-10-18 11:26:06 -04:00
0x5c
daf461b6ac
now it can start 2019-10-18 11:13:24 -04:00
Abigail Gold
a0c224654b
slight changes 2019-10-17 22:29:53 -04:00
Abigail Gold
288160eb32
(NOT FUNCTIONAL) small change to async 2019-10-16 17:45:11 -04:00
Abigail Gold
907065e718
(NOT FUNCTIONAL) progress on qrz cmd 2019-10-16 17:23:56 -04:00
Abigail Gold
10c43e83bd
basic functionality for QRZ rich lookup
still have to handle some errors (call not found, unable to login, etc)
and display the error. also probably don't need to open a new session
for every invocation. When this gets merged, remember to delete the old
command in lookupcog.
2019-10-15 17:37:13 -04:00