aboutsummaryrefslogtreecommitdiff
path: root/modules/nickname_aliases.py
Commit message (Expand)AuthorAgeFilesLines
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-4/+4
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-4/+2
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-4/+4
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-6/+4
* 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-5/+5
* it's "#--ignore" not "#!--ignore"Gravatar jesopo2018-08-031-1/+1
* you know what, this module has too many flaws.Gravatar jesopo2016-05-171-0/+1
* fixed a problem in nickname_aliases.py that made the bot assume root aliases ...Gravatar jesopo2016-05-171-4/+10
* added some code to the nickname_aliases module, I do not trust this module ye...Gravatar jesopo2016-04-181-0/+5
* added experimental module to track what nicknames are actually aliases for ot...Gravatar jesopo2016-04-131-0/+84