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
Commit message (
Expand
)
Author
Age
Files
Lines
*
We need to import EventManager in line_handler/__init__.py
jesopo
2019-03-03
1
-1
/
+1
*
Minor refactors across line_handler
jesopo
2019-03-03
3
-9
/
+6
*
@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
3
-4
/
+4
*
Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation
•••
mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling
jesopo
2019-02-23
1
-4
/
+3
*
Split PRIVMSG last param explicitly by `" "` to make message_split
jesopo
2019-02-23
1
-4
/
+3
*
Keep track of a user's away message, not just whether they're away or not
jesopo
2019-02-22
1
-0
/
+2
*
Typo, 'taget' -> 'target'
jesopo
2019-02-22
1
-1
/
+1
*
Typo, 'channels' -> 'channel'
jesopo
2019-02-22
1
-1
/
+1
*
`.on` doesn't take kwargs - `.call` does
jesopo
2019-02-22
1
-6
/
+6
*
Typo, 'channels' -> 'channel'
jesopo
2019-02-22
1
-1
/
+1
*
Split line_handler.py out in to different files for different categories
jesopo
2019-02-22
6
-0
/
+881