Stathis Xantinidis c816dee66f
fix a bug where it produces an error and stops the hunt when that happens (#69)
This hopefully fixes the "If the hunt starts a day and ends the day after, this will produce an error" [here](8a87fa6892/DuckHunt/plugin.py (L146))
2024-11-07 02:56:26 -05:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-08-14 12:59:29 -04:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-08-24 01:19:51 -04:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2024-01-09 01:59:50 +00:00
2020-02-28 14:17:16 -05:00
2020-06-09 22:20:02 -04:00
2023-05-31 01:33:55 -04:00

paypal

Limnoria (an IRC bot) plugins I wrote or forked. All working under Python 3.

Requires Limnoria, obviously. Additional requirements in requirements.txt files

Plugins assume Python 3.6+, though many may still work with older versions.

Easy installation:

load PluginDownloader
repolist oddluck
install oddluck PluginName
cd YourBotDirectory/plugins/PluginName
python3 -m pip install -r requirements.txt --upgrade
load PluginName

See README files in plugin directories for additional information and instructions.

gitlab mirror: https://gitlab.com/oddluck/limnoria-plugins

License: WTFPL Code style: black

Languages
Python 98.6%
HTML 1.4%