3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-24 09:20:43 +01:00
PyLink/protocols
James Lu 80766e051e core: define two (joined) versions of the channels index
Closes #509.

PyLinkNetworkCore.channels is split into the following:
- irc._channels which implicitly creates channels on access (mostly used in protocol modules)
- irc.channels which does not (recommended for use by plugins)
2017-08-25 02:12:08 -07:00
..