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
/
channel_op.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to using @Utils.hook and docstrings for event hooks
jesopo
2018-09-26
1
-40
/
+53
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-1
/
+1
*
Add !topic and !topicappend in channel_op.py
jesopo
2018-09-06
1
-23
/
+31
*
give an Exports object (actually, ExportsContex object) to each module, to
•••
facilitate things like !set and !channelset without using the events system
jesopo
2018-09-02
1
-16
/
+13
*
Give modules event objects with "context"s, to facilitate purging all the event
•••
hooks for a module
jesopo
2018-08-31
1
-14
/
+14
*
Add missing "," in channel_op.py
jesopo
2018-08-30
1
-1
/
+1
*
Only get highlight-spam-threshold setting when there's more than one highlight
•••
in a line
jesopo
2018-08-30
1
-3
/
+3
*
Add help and usage for commands in channel_op.py
jesopo
2018-08-30
1
-9
/
+18
*
Change how specific events assure their hooks gets the event independant of
•••
loading order
jesopo
2018-08-28
1
-8
/
+8
*
get highlight-spam-protection setting before highlight-spam-threshold
jesopo
2018-08-06
1
-12
/
+16
*
Ban formats aren't bools
jesopo
2018-07-20
1
-2
/
+1
*
Added a channel setting for banmask, added !unban
jesopo
2018-07-19
1
-2
/
+31
*
Track user channel modes by user object, not nickname
jesopo
2018-07-02
1
-1
/
+1
*
Added option to ban highlight spammers instead of just kicking them
jesopo
2017-12-26
1
-5
/
+13
*
Added highlight spam detection/prevention logic to channel_op
jesopo
2017-12-26
1
-1
/
+21
*
changed channel_op.py to not need an argument for (de)op/(de)voice.
jesopo
2016-07-05
1
-12
/
+16
*
added deop, voice and devoice to channel_op.py.
jesopo
2016-05-17
1
-0
/
+15
*
added an error to the kickban command in channel_op.py for when a user is not...
jesopo
2016-04-24
1
-0
/
+2
*
added an op command to channel_op.py.
jesopo
2016-04-22
1
-0
/
+6
*
added a way for a command callback to neatly ask to only be available for peo...
jesopo
2016-04-18
1
-0
/
+44