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
/
auto_mode.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Set +o/+v on a user if they're in the channel at the time of !addop/!addvoice
jesopo
2018-09-06
1
-0
/
+3
|
*
addvoice/removevoice should use "v" not "o"
jesopo
2018-09-06
1
-2
/
+2
|
*
Only do automode when a user is identified, also do automode on an IRCv3
jesopo
2018-09-06
1
-6
/
+11
|
|
|
|
ACCOUNT command
*
Finally implement auto_mode.py!
jesopo
2018-09-06
1
-11
/
+61
|
*
give an Exports object (actually, ExportsContex object) to each module, to
jesopo
2018-09-02
1
-5
/
+4
|
|
|
|
facilitate things like !set and !channelset without using the events system
*
Give modules event objects with "context"s, to facilitate purging all the event
jesopo
2018-08-31
1
-4
/
+4
|
|
|
|
hooks for a module
*
Change how specific events assure their hooks gets the event independant of
jesopo
2018-08-28
1
-1
/
+1
|
|
|
|
loading order
*
Added a "replay" system to EventManager hooks, to replay missed .calls
jesopo
2017-12-26
1
-6
/
+5
|
*
simpler boolean channel settings
Evelyn
2016-04-10
1
-4
/
+2
|
*
fixed some dumb typos
jesopo
2016-04-03
1
-1
/
+1
|
*
added some more to the skeleton of the auto_mode module.
jesopo
2016-04-03
1
-2
/
+11
|
*
tinkered with some modules and fixed a few bugs, also added the skeleton for ↵
jesopo
2016-04-03
1
-0
/
+18
the auto_mode.py module.