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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
event["args"] is an array already, args_split does not exist. Also send raw
•••
events from src/IRCServer.py as call_unsafe to make errors like that more apparent.
jesopo
2018-10-15
1
-1
/
+1
*
Correctly check if someone's logged in to an account with extended-join
jesopo
2018-10-15
1
-1
/
+1
*
raw.* events should be call_unsafe
jesopo
2018-10-06
1
-1
/
+1
*
'mode_prefixes' -> prefix_modes and prefix_symbols
jesopo
2018-10-03
1
-9
/
+9
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
•••
related functionality
jesopo
2018-10-03
1
-41
/
+41
*
Fix BATCH parsing
jesopo
2018-10-03
1
-1
/
+1
*
Move parsing IRC lines to src/Utils.py, added base support for parsing outgoing
•••
messages
jesopo
2018-10-03
1
-35
/
+24
*
Support changing command responses from PRIVMSG to NOTICE
jesopo
2018-10-02
1
-2
/
+3
*
Simplify modules/line_handler.handle
jesopo
2018-10-02
1
-35
/
+21
*
Better support for msgtags with PRIVMSGs; put functionality in to
•••
modules/commands.py to reply to specific messages by use of msgids
jesopo
2018-10-01
1
-2
/
+3
*
Some networks send NICK as 'nick!user@host NICK newnick` instead of
•••
'nick!user@host NICK :newnick' (which is RFC compliant but BitBot didn't support it)
jesopo
2018-10-01
1
-1
/
+1
*
Change modules/line_handler.py to use @Utils.hook
jesopo
2018-10-01
1
-43
/
+35
*
Move src/IRCLineHandler.py to modules/line_handler.py
jesopo
2018-09-30
1
-0
/
+597