aboutsummaryrefslogtreecommitdiff
path: root/modules/nickname_aliases.py
Commit message (Collapse)AuthorAgeFilesLines
* Delete nickname_aliases.py as it's been disabled for a very long time due toGravatar jesopo2019-01-251-92/+0
| | | | bugs
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-4/+4
| | | | related functionality
* 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, 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-5/+5
| | | | hooks for a module
* 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
| | | | were just new names that needed aliasing.
* added some code to the nickname_aliases module, I do not trust this module ↵Gravatar jesopo2016-04-181-0/+5
| | | | yet. :|
* added experimental module to track what nicknames are actually aliases for ↵Gravatar jesopo2016-04-131-0/+84
other nicknames.