index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
line_handler
/
message.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Check if a PRIVMSG/NOTICE is send *from* us before we check if it's sent *to* us
jesopo
2019-05-22
1
-8
/
+8
|
|
|
|
- so `user` isn't null when bitbot messages himself.
*
Remove references to STATUSMSG - just pass around a raw `target_str` (target
jesopo
2019-05-21
1
-7
/
+4
|
|
|
|
without statusmsg chars stripped off)
*
`has_capability` -> `has_capability_str`, add new `has_capability`
jesopo
2019-05-20
1
-1
/
+1
|
*
Enum values shouldn't be all upper case
jesopo
2019-03-10
1
-1
/
+1
|
*
Don't treat ACTION CTCP as a different event to normal PRIVMSGs
jesopo
2019-03-06
1
-1
/
+2
|
*
@utils.hook shouldn't be in line_handler/message.py
jesopo
2019-03-03
1
-2
/
+0
|
*
Add IRCServer.has_capability and use it throughout line_handler
jesopo
2019-03-03
1
-1
/
+1
|
*
Split PRIVMSG last param explicitly by `" "` to make message_split
jesopo
2019-02-23
1
-4
/
+3
|
*
Typo, 'taget' -> 'target'
jesopo
2019-02-22
1
-1
/
+1
|
*
Split line_handler.py out in to different files for different categories
jesopo
2019-02-22
1
-0
/
+168