aboutsummaryrefslogtreecommitdiff
path: root/modules/ids.py
Commit message (Collapse)AuthorAgeFilesLines
* IRCUser.get_identified_account() doesn't exist anymoreGravatar jesopo2019-11-221-1/+1
|
* add !myaccountGravatar jesopo2019-09-171-0/+5
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-3/+3
| | | | related functionality
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-2/+2
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-8/+10
|
* Don't use IRCUser.id ever, use IRCUser.get_id()Gravatar jesopo2018-09-051-1/+1
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-3/+3
| | | | hooks for a module
* Allow users to see their internal IDs and channel IDsGravatar jesopo2018-08-281-0/+18