Commit Graph

151 Commits

Author SHA1 Message Date
classabbyamp 8433a7ade0
fix function signature of filter_commands() to ignore other args (#433)
discord.py changed the signature to add kwargs which are not used by
qrm's help command

fixes #432
2021-10-07 01:25:02 -04:00
classabbyamp 4fb1320b2d
add github sponsor link to donate command (#430) 2021-06-30 01:49:18 -04:00
0x5c 04ccd807cd
Changed the licence to LiLiQ-Rplus-1.1
Fixes #387
2021-06-26 20:23:55 -04:00
Abigail G e7a1a4e5de
fix issue with help cmd not showing all cmds, bump to 2.7.3 2021-04-12 19:36:03 -04:00
Abigail G abf79b844e
fix issue with help command/categories 2021-04-12 18:58:10 -04:00
0x5c ce62c93d03
Fixed ?call crash on empty adress fields
Fixes #419
2021-04-12 10:00:11 -04:00
Abigail G dc1efa7b0c
make help command sort by category
fixes #390
2021-04-11 15:20:42 -04:00
thxo 38ba8d9d0c
Tex command: more helpful error messages (#416)
* replace error message with common mistakes
* explicitly mention document mode in docstring
* add changelog

fixes #415 

Co-authored-by: thxo <thx@uw.edu>
2021-04-09 19:39:46 -04:00
Abigail G 0a278fe14f
bump copyright to include 2021
fixes #384
2021-04-03 18:13:42 -04:00
0x5c 75bf8a638e
Merge pull request #410 from miaowware/clocks
Renamed clock emoji to "stopwatch", added proper clock
2021-04-03 18:08:39 -04:00
0x5c 9e36aab469
Renamed clock emoji to "stopwatch", added proper clock
Fixes #408
2021-04-03 18:06:14 -04:00
0x5c c27c0b8a48
Added ?miltime command
Fixes #377
2021-04-03 17:54:38 -04:00
Abigail G 22c2cab4d1
update copyright name 2021-03-28 13:57:03 -04:00
0x5c 6e54a27f14
Release the Cats! - Reorganised extensions and recategorised commands
Fixes #389 - Main issue
Fixes #388 - Accidental, Satmatch deadcode removal
2021-03-28 09:50:51 -04:00
0x5c f6d69f7498
Changed all categories to enums
- Accidentally fixed capitalisation of help command categories

Fixes #383
2021-03-28 02:38:36 -04:00
0x5c 98b2f30dcc
Moved map/plan code to a single function
Also changed ?bandplan aliases

Fixes #189
2021-03-27 18:00:28 -04:00
classabbyamp 1cb7ef5861
make ?xkcd only accept ints as arg (#379)
fixes #376

* Update CHANGELOG.md

Co-authored-by: 0x5c <dev@0x5c.io>
2021-03-26 08:04:54 -04:00
Howard Xiao 08d611e8c4
reassign authorship to qrm2 authors 2021-03-22 01:44:40 -07:00
thxo a140f74273
address style feedback 2021-03-22 01:44:12 -07:00
Howard Xiao 137b275c78
implement ?tex command and add rTeX server option 2021-03-22 00:35:45 -07:00
0x5c 0241d1856a
Added and switched to the Resource Manager
- Added Resource Manager
- Migrated most exts to it
- Added config entry for the resources URL
- Added my ID to template
- Bumped copyright on edited files

Fixes #246
2021-03-18 09:17:30 -04:00
Abigail G 79545403d8
add support for plugins 2021-03-17 22:05:34 -04:00
Abigail G 850aa36894
add failsafe to not show invite if bot is not public 2021-03-17 08:41:18 -04:00
Abigail G 3134c41191
Merge branch 'master' into qrztools-integration 2021-03-16 22:15:49 -04:00
Abigail G a7b4203112
convert qrzcog to use qrztools
fixes #58
fixes #351
2021-03-16 22:04:05 -04:00
Abigail G c6581841ab
add donation and invite links to ?info
fixes #357
2021-03-16 20:56:52 -04:00
Abigail G df8d258446
add ?invite command
fixes #356
2021-03-16 20:33:45 -04:00
Abigail G fa82610469
add donate command
fixes #355
2021-03-16 20:20:17 -04:00
0x5c 950840be60
Merge branch 'master' into helppfx 2021-03-13 18:30:23 -05:00
0x5c 78e34dff63
Added list of available prexifes to ?help
- Only shows when more then one is available.

Fixes #353
2021-03-13 18:16:58 -05:00
0x5c ab73001340
Made help command use the invocation prefix
Fixes #338
2021-03-13 17:48:18 -05:00
classabbyamp 86ab415619
Merge pull request #346 from franrogers/master
Validate inputs for ?ae7q and ?qrz commands
2021-03-06 23:41:37 -05:00
Abigail G 4d64d22ec6
add emojis, question mark, and changelog
fixes #347
2021-03-06 23:38:28 -05:00
Abigail G d7e544edcd
hamstudy improvements
- added orange colour for timeouts
- added emojis in the last field
- made the correct answer bold after answering/timeout
- minor code optimisations
2021-02-28 01:51:19 -05:00
Fran Rogers 483a0bad19 Use str.isalnum and str.isdecimal instead of re.match for ?ae7q and ?qrz input validation 2021-01-29 23:43:30 -05:00
Fran Rogers 4ab4748b9f Validate inputs for ?ae7q and ?qrz commands 2021-01-29 22:55:26 -05:00
classabbyamp eb98e295d2
add git commit to info output (#342)
fixes #341
2021-01-25 17:25:26 -05:00
classabbyamp 6dfc05217f
add the ability to select an element to hamstudy (#344)
fixes #208
2021-01-25 17:24:45 -05:00
classabbyamp b091b22c17
add resources contrib info to ?info, ?issue, and readme (#343)
fixes #307
2021-01-25 17:24:13 -05:00
classabbyamp 43a24d614b
add METAR and TAF commands (#340)
fixes #171
2021-01-20 02:48:38 -05:00
0x5c ac183a3e7f
Fixed ?greyline caching (set date url param)
Fixed #318
2021-01-18 00:28:16 -05:00
0x5c a25597ec82
Merge pull request #334 from miaowware/cleansessions
Cleaned-up usused aiohttp sessions
2021-01-18 00:08:46 -05:00
0x5c 010e161a46
Removed unused aiohttp import in weather.py 2021-01-18 00:06:11 -05:00
0x5c afe95b912b
Cleaned-up usused aiohttp sessions
Fixes #317
2021-01-18 00:03:15 -05:00
0x5c 6092252eaa
Renamed ?cond to ?solar
- Deprecated old name and aliases.

Fixes #324
2021-01-17 23:55:23 -05:00
0x5c 3eb6d8b12b
Merge pull request #330 from miaowware/map
Added MUF and foF2 maps
2021-01-17 22:38:21 -05:00
0x5c 6c5133f140
Added MUF and foF2 maps
Fixes #311
2021-01-17 22:35:33 -05:00
classabbyamp a93aafaa96
convert GridCog to use gridtools (#326)
* deprecated ?ungrid
* added more help text to commands
* separated distance into its own command

fixes #306
2020-12-22 20:40:24 -05:00
0x5c ad96b59b23
Changed the greyline colour theme
Fixes #316
2020-12-11 11:31:11 -05:00
0x5c eba8eec5ac
Add nonce to greyline URL to force cache bypass
Fixes #308
2020-12-10 17:38:10 -05:00