aboutsummaryrefslogtreecommitdiff
path: root/modules/ids.py
Commit message (Expand)AuthorAgeFilesLines
* 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, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-3/+3
* Allow users to see their internal IDs and channel IDsGravatar jesopo2018-08-281-0/+18