jesopo
|
ab4289aceb
|
Only show highest channel access symbol in format_activity.py
|
2019-06-23 10:44:45 +01:00 |
|
jesopo
|
0a302dfd21
|
pass ParsedLine on message and formatted.* message events
|
2019-06-21 20:20:28 +01:00 |
|
jesopo
|
66393bcdbc
|
pass from_self arg in formatted.* message events
|
2019-06-21 10:32:46 +01:00 |
|
jesopo
|
c65a422284
|
remove extra formatted.notice format param
|
2019-06-20 17:58:02 +01:00 |
|
jesopo
|
32813b4b4e
|
Change formatted.notice format to have context
|
2019-06-20 17:08:33 +01:00 |
|
jesopo
|
c6696c8b00
|
Pass along minimalistic formatted lines, as well as prettier ones
|
2019-06-05 13:18:13 +01:00 |
|
jesopo
|
16083309ef
|
Add a space between channel name and kick reason in format_activity.py
|
2019-04-16 07:54:07 +01:00 |
|
jesopo
|
b6d04152d0
|
Show QUIT reason as "" not None
|
2019-04-02 21:17:01 +01:00 |
|
jesopo
|
0b1c07b1ed
|
Set PART reason to "" when it's None
|
2019-04-02 16:56:15 +01:00 |
|
jesopo
|
df3075ce27
|
Show user hostmask (not just nick) on formatted.join
|
2019-03-12 10:41:45 +00:00 |
|
jesopo
|
5165e53264
|
Fix local variable overwrite for reason in formatted.quit logic
|
2019-03-08 17:20:57 +00:00 |
|
jesopo
|
c973dc550c
|
prefix formatted.mode.channel with "- "
|
2019-03-08 09:53:04 +00:00 |
|
jesopo
|
cbd6092ff1
|
Send IRCUser object on formatted.quit event
|
2019-03-07 21:44:32 +00:00 |
|
jesopo
|
c8f5f0b0ad
|
"- " should have been inside the string
|
2019-03-07 18:01:00 +00:00 |
|
jesopo
|
7811d9874c
|
Prefix user-related lines in format_activity with "- "
|
2019-03-07 17:58:17 +00:00 |
|
jesopo
|
fb5b956f99
|
Send IRCChannel on formatted.topic-timestamp event
|
2019-03-06 15:04:19 +00:00 |
|
jesopo
|
ed3fc0e5d4
|
don't utils.irc.parse_format in format_activity.py, so we don't have to use
raw_line in channel_log
|
2019-03-06 14:30:33 +00:00 |
|
jesopo
|
61acf6cd8e
|
Attach channel object to formatted.rename events
|
2019-03-06 13:39:20 +00:00 |
|
jesopo
|
9920721bc5
|
Pass IRCChannel and IRCUser objects on formatted events where applicable
|
2019-03-06 13:36:18 +00:00 |
|
jesopo
|
b5b841033f
|
Do format parsing (color, bold, etc) in format_activity.py
|
2019-03-06 08:08:20 +00:00 |
|
jesopo
|
79930be7a3
|
private notices shouldn't be sent out as formatted.notice.channel
|
2019-03-05 09:52:38 +00:00 |
|
jesopo
|
b4f3ff3344
|
_on_topic doesn't take an IRCChannel param
|
2019-03-05 09:30:50 +00:00 |
|
jesopo
|
2750f29989
|
We need to pass a user object to _privmsg
|
2019-03-05 09:30:36 +00:00 |
|
jesopo
|
0a5ebd0cf4
|
Use utils.ISO8601_PARSE in format_activity
|
2019-03-05 09:30:10 +00:00 |
|
jesopo
|
a9a3ad7abd
|
import datetime in format_activity.py
|
2019-03-05 09:29:54 +00:00 |
|
jesopo
|
db9744a0b5
|
Move formatted lines to loggable format to format_activity.py
|
2019-03-05 09:19:06 +00:00 |
|