aboutsummaryrefslogtreecommitdiff
path: root/modules/nick_regain.py
Commit message (Expand)AuthorAgeFilesLines
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-48/+0
* transient timers shouldn't use the event systemGravatar jesopo2019-10-081-8/+8
* Fix more instances of event["args"] (now event["line"].args)Gravatar jesopo2019-06-221-2/+2
* send() is only for parsed irc linesGravatar jesopo2019-05-121-3/+3
* 'received.numeric.###' -> 'received.###' throughout projectGravatar jesopo2019-02-161-4/+4
* MONITOR actually catches NICK changes (nick_regain.py)Gravatar jesopo2019-02-121-1/+2
* Also use ISON even if MONITOR is supported - to catch NICK changes•••(nick_regain.py) Gravatar jesopo2019-02-121-2/+1
* Use RPL_ENDOFMOTD or ERR_NOMOTD to denote end-of-registration and a time to•••check if we got MONITOR in 005 at any point (nick_regain.py) Gravatar jesopo2019-02-121-8/+13
* Remove debug print (nick_regain.py)Gravatar jesopo2019-02-121-1/+0
* Add nick_regain.py, to watch for the bot's desired nick becoming freeGravatar jesopo2019-02-121-0/+44