aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_access.py
Commit message (Expand)AuthorAgeFilesLines
* Seperate out access checking logic so we can call across-modules with the event•••system to check if users have specific channel access (channel_access.py) Gravatar jesopo2019-01-291-6/+15
* Typo, 'acess' -> 'access' (channel_access.py)Gravatar jesopo2019-01-291-1/+1
* Support `*` as a channel permission, to give users all access•••(channel_access.py) Gravatar jesopo2019-01-291-3/+4
* Show an error when an unknown subcommand is given to !access (channel_access.py)Gravatar jesopo2019-01-291-0/+2
* Delete a user's `'access'` channel setting when they have no permissions left•••(channel_access.py) Gravatar jesopo2019-01-291-1/+5
* IRCUser.User objects don't have `.id`, they have `.get_id()` (channel_access.py)Gravatar jesopo2019-01-291-5/+5
* Add `channel_access.py`, to give permissions to users in a channel (similar to•••chanserv) Gravatar jesopo2019-01-281-0/+62