Commit graph

3004 commits

Author SHA1 Message Date
jesopo
f7eae1a978 Tokenize IRC data as soon as it comes out of IRCServer 2019-05-09 10:36:33 +01:00
jesopo
cb25f70418 Catch UserNotFoundException in var e 2019-05-08 07:36:17 +01:00
jesopo
920c1d2cd8 Log URL when we fail to get a <title> 2019-05-07 14:44:29 +01:00
jesopo
ed8761ed5c Change !uuid to !uuid4 to be clear that it's a uuid4 being generated 2019-05-07 11:48:16 +01:00
jesopo
670f682c62 Remove '"human"' key from location settings export - we dont use it and it's
using elements of 'location' that were removed
2019-05-07 10:59:24 +01:00
jesopo
543a01882b Don't parse '/me's as commands 2019-05-06 23:26:13 +01:00
jesopo
3e3e39e054 Fix birthday.py help text copypaste fail 2019-05-06 19:27:42 +01:00
jesopo
c11afedba9 Add !serverunignore 2019-05-06 17:17:06 +01:00
jesopo
96550eaef0 put permission control on !serverignore, don't rely on setting default of None 2019-05-06 17:16:48 +01:00
jesopo
a368bc018a server -> event["server"] 2019-05-06 17:13:09 +01:00
jesopo
8312efcc1c Pass server param to _is_ignored 2019-05-06 17:12:05 +01:00
jesopo
0114d35d4c Add a mechanism to ignore specific commands for a whole network 2019-05-06 17:08:56 +01:00
jesopo
ac19e9cc95 Support only saving birthday day and month 2019-05-06 16:26:23 +01:00
jesopo
61b7dd33b6 Add !birthdays command to show birthdays today 2019-05-06 14:54:45 +01:00
jesopo
6f9383666f Make birthdays more exciting 2019-05-06 09:05:31 +01:00
jesopo
f5d407830d Added birthday.py 2019-05-05 22:54:55 +01:00
jesopo
f04d9d966e Query weather for given args if they don't look like a user 2019-05-05 00:16:55 +01:00
jesopo
920dce0221 Add IRCServer.has_user_id, to check if we've seen a user before 2019-05-05 00:16:37 +01:00
jesopo
f715e46155 Stop using prevent_highlight. it ruins terminals on OS X 2019-05-04 23:28:51 +01:00
jesopo
dc17ef7bb9 Only handle 324 when we're actually in the channel 2019-05-04 21:39:35 +01:00
jesopo
009daaeb62 Give empty array arg to WARN call in github module 2019-05-04 08:26:27 +01:00
jesopo
d999548020 Change min duck messages to 40, change chance back to 5% 2019-05-03 16:47:56 +01:00
jesopo
8c8205522e Actually import EventManager in ducks.py 2019-05-03 16:40:21 +01:00
jesopo
4d8b1a1a0d Set received.message.channel priority to PRIORITY_MONITOR 2019-05-03 16:38:45 +01:00
jesopo
167fe7b070 Add !friends and !enemies to ducks.py 2019-05-03 16:34:41 +01:00
jesopo
c89742a7e7 Reset duck_lines to 0 when a duck has spawned 2019-05-03 16:26:35 +01:00
jesopo
b7e14148bb Change duck-spawn change to 10% per message after 20 messages 2019-05-03 16:07:49 +01:00
jesopo
8ac93d57f3 there's no event in bootstrap_channel 2019-05-03 15:44:13 +01:00
jesopo
2fd92ce2fa bootstrap old channels for ducks.py 2019-05-03 15:42:39 +01:00
jesopo
5bfffc25e9 Refector ducks.py 2019-05-03 15:34:54 +01:00
jesopo
35aaf8b574
Merge pull request #50 from pnappa/master
ensure that non-url characters not separated by whitespace aren't consumed
2019-05-03 07:03:16 +01:00
Patrick Nappa
2c344c9ddd forgot the beautiful % 2019-05-03 13:50:51 +10:00
Patrick Nappa
471c11e229 ensure that non-url characters not separated by whitespace aren't consumed 2019-05-03 13:43:08 +10:00
jesopo
1a2309e4fc add 'print-motd' bot setting, to enable/disable printing motd to log 2019-05-02 10:24:01 +01:00
jesopo
e844004ba1 Fix reconnect() type hint issues 2019-05-01 17:13:55 +01:00
jesopo
aa1b457632 Change TRIGGER_RETURN and TRIGGER_EXCEPTION to an enum 2019-05-01 17:13:41 +01:00
jesopo
6e25505bba Remove import pytz from location.py, we don't use it 2019-05-01 16:15:42 +01:00
jesopo
ed57ac7c17 Move isgd.py to shorturl.py and switch back to using bit.ly 2019-05-01 08:17:48 +01:00
jesopo
44b15073e7 No longer prefix stderr with "!", it doesn't really make sense 2019-04-30 22:45:52 +01:00
jesopo
677b488ab0 Typo in commands/outs.py, 'methd' -> 'method' 2019-04-30 22:45:37 +01:00
jesopo
992ab15394 Bump version to v1.5.0 2019-04-30 12:05:59 +01:00
jesopo
280e647a84 Only pass through args from connection params when reconnecting 2019-04-30 12:05:36 +01:00
jesopo
8a9fedb875 Limiit !to to 5 messages per user 2019-04-30 11:57:31 +01:00
jesopo
2d2ea2fc3a Added pronouns.py 2019-04-30 11:51:43 +01:00
jesopo
1ed9d06c9d resume.py should be using IRCServer.send_raw 2019-04-28 20:41:55 +01:00
jesopo
bcae650565 Actually provide formatting arg for user_time.py error 2019-04-28 15:43:56 +01:00
jesopo
3fce209a99 Change location.py to use lat/lon instead of continent/country/city 2019-04-28 15:38:26 +01:00
jesopo
74ef18a418 Add !w as an alias of !weather 2019-04-28 15:21:09 +01:00
jesopo
a7a3f5fd25 Remove incorrect and redundant usage !weather 2019-04-28 15:20:37 +01:00
jesopo
91d32dae9b "%", not "," 2019-04-28 14:13:26 +01:00