|
11c2426ba4
|
idiot.
|
2023-11-14 16:22:46 -06:00 |
|
|
3065a94f8b
|
Don't return a blank string, that breaks my own code, lmao
|
2023-11-14 16:20:49 -06:00 |
|
|
11b967ac0a
|
another type hint
|
2023-11-14 16:18:41 -06:00 |
|
|
4878ba9165
|
pyright is stupid, lmao
|
2023-11-14 16:18:16 -06:00 |
|
|
76697b4a50
|
That was supposed to return a string, lmao
|
2023-11-14 16:17:20 -06:00 |
|
|
729111e9b4
|
And ignore crashing bytes regardless.
|
2023-11-14 16:16:39 -06:00 |
|
|
b4f8450e7d
|
SAFELY decode messages. (Silently ignore invalid bytes)
|
2023-11-14 16:13:26 -06:00 |
|
|
d6932805d6
|
Basic docstrings
|
2023-11-14 16:09:38 -06:00 |
|
|
2d62c76c06
|
Move handling a bit, easier to controll this way.
|
2023-11-14 15:44:08 -06:00 |
|
|
ab7616670f
|
This check breaks otherwise.
|
2023-11-14 15:43:41 -06:00 |
|
|
5c79e1e1a3
|
Suppress warning if it's a DM to the bot
|
2023-11-14 15:42:23 -06:00 |
|
|
3098bc8ccf
|
Add backupbox, bump version
|
2023-11-13 16:27:20 -06:00 |
|
|
c18027ca9e
|
Mostly pyright and handler re-works
|
2023-11-13 15:42:46 -06:00 |
|
|
d050de403e
|
Gotta return chan now too
|
2023-11-09 15:42:17 -06:00 |
|
|
fc1aa11f8d
|
group real imports in bare
|
2023-11-09 15:37:35 -06:00 |
|
|
b26bd4097f
|
Formatting
|
2023-11-09 15:37:08 -06:00 |
|
|
2c10e267e5
|
Move to handlers for CTCPs
|
2023-11-09 15:36:34 -06:00 |
|
|
53efdfb830
|
Make bot extend a bare-bones version of itself so type-hinting works as intended
|
2023-11-09 15:24:03 -06:00 |
|
|
b90d9c02f3
|
pyright
|
2023-11-08 21:41:07 -06:00 |
|
|
d9b42eef4a
|
Should never happen, but pyright
|
2023-11-08 21:24:43 -06:00 |
|
|
7d9b147ffd
|
pyright 2
|
2023-11-08 21:22:37 -06:00 |
|
|
bbf20bc216
|
pyright
|
2023-11-08 21:22:14 -06:00 |
|
|
9bd2ea7e29
|
Re-work to reloadable handler system
|
2023-11-08 21:20:50 -06:00 |
|
|
1f4adf21cc
|
sendmsg -> msg
|
2023-11-07 22:23:40 -06:00 |
|
|
b1648c7563
|
Extend possible errors for joining a channel
|
2023-11-07 22:21:37 -06:00 |
|
|
f876ea3ab1
|
100th commit! (Add timestamps to logs, and fix long-standing bug with log to err)
|
2023-11-07 21:59:45 -06:00 |
|
|
6626781dff
|
Formatting
|
2023-11-07 21:23:59 -06:00 |
|
|
8cf9154218
|
Add normal bytes doc to the bytes override
|
2023-11-07 21:22:36 -06:00 |
|
|
31d7d0fabb
|
Drop rebt and exit vars, add missing "npallowed"
|
2023-11-07 21:02:05 -06:00 |
|
|
8bc9ed19fc
|
bump version, fix regex bug
|
2023-11-07 20:59:38 -06:00 |
|
|
7a035398ec
|
Compress debug info into one message
|
2023-11-07 20:49:44 -06:00 |
|
|
d3f4e88934
|
Formatting
|
2023-11-07 20:30:35 -06:00 |
|
|
1242aed9b3
|
Handle nick changes
|
2023-11-07 20:26:06 -06:00 |
|
|
5ae91f4b26
|
Ignore self
|
2023-11-07 20:20:30 -06:00 |
|
|
c4a9815a9c
|
Strip spaces from commands when declining access
|
2023-11-07 20:18:33 -06:00 |
|
|
1f7b6d9863
|
Parse messages and nick to lowercase before parsing
|
2023-11-07 20:11:24 -06:00 |
|
|
b8cae4e134
|
config -> conf
|
2023-11-07 20:02:12 -06:00 |
|
|
1a1cd3e8bd
|
Monke
|
2023-11-07 18:30:06 -06:00 |
|
|
7c43d8afc2
|
Outdated line fix
|
2023-11-07 09:20:56 -06:00 |
|
|
d03d54640b
|
Bump version
|
2023-11-07 09:20:41 -06:00 |
|
|
374ff215d6
|
Fix admin check, and fix a un-updated line
|
2023-11-07 09:19:57 -06:00 |
|
|
1b48269d17
|
Reload support & minor fixes
|
2023-11-07 09:05:23 -06:00 |
|
|
fadd8539e6
|
Remove old refrence to "CTCPHandler"
|
2023-11-07 08:02:42 -06:00 |
|
|
2c7fbb601b
|
...And I need to make it "self" calls
|
2023-11-07 08:02:05 -06:00 |
|
|
ebc98a7267
|
This handling block is important
|
2023-11-07 08:01:37 -06:00 |
|
|
28d910c095
|
Forgot PING of all things.
|
2023-11-07 07:59:01 -06:00 |
|
|
26e4bd0789
|
Many small fixes. (MM Phase 6)
|
2023-11-07 07:53:14 -06:00 |
|
|
8d36b4742e
|
MAJOR MIGRATION Phase 5 (Closes #6)
|
2023-11-07 07:25:53 -06:00 |
|
|
c29cf02be6
|
Closes #18
|
2023-11-07 07:06:55 -06:00 |
|
|
86a59458eb
|
Backup old ircbot file before MAJOR MIGRATION phase 5
|
2023-11-07 07:06:09 -06:00 |
|