Age | Commit message (Collapse) | Author |
|
Instead of having to write it manually everytime
|
|
I forgot to remove some things when I moved them into functions.py
|
|
|
|
|
|
|
|
fix #3372
|
|
|
|
|
|
|
|
|
|
Some duplication is avoided, but most importantly: it’s much much cleaner,
easier to find, functions have been cleaned up (functools.partial usages are
now hidden), etc.
|
|
|
|
|
|
|
|
|
|
|
|
close #3390
|
|
See #3390
|
|
|
|
|
|
|
|
|
|
Because it's much much simpler than to track if we changed the nick that
was requested in the join request. And client will probably not get confused,
I hope.
|
|
|
|
|
|
|
|
|
|
Too hard to maintain...
|
|
|
|
|
|
|
|
Nobody would use that, anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In cases where the DNS server does not respond “domain not found” but
“domain found, but no IP for that record type”, we just say “domain not
found” too (instead of nothing, previously).
|