mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-07 15:59:50 +00:00
architecture: Fix references
This commit is contained in:
@ -59,10 +59,10 @@ Network drivers have a reference to a :class:`irclib.Irc` object, and
|
|||||||
do three things in their ``run()`` method:
|
do three things in their ``run()`` method:
|
||||||
|
|
||||||
1. check the connection is still alive (and schedule a reconnect if not)
|
1. check the connection is still alive (and schedule a reconnect if not)
|
||||||
2. get new messages from their :class:`irclib.Irc` instance (using
|
2. get new messages from their :class:`supybot.irclib.Irc` instance (using
|
||||||
:meth:`irclib.Irc.takeMsg`) and send them to the network
|
:meth:`supybot.irclib.Irc.takeMsg`) and send them to the network
|
||||||
3. get new messages from the network and pass them to their :class:`irclib.Irc`
|
3. get new messages from the network and pass them to their :class:`supybot.irclib.Irc`
|
||||||
(using :meth:`irclib.Irc.feedMsg`)
|
(using :meth:`supybot.irclib.Irc.feedMsg`)
|
||||||
|
|
||||||
The actual implementation of the current ``Socket`` driver is actually
|
The actual implementation of the current ``Socket`` driver is actually
|
||||||
a little more complex than this, as all ``Socket`` driver instances cooperate
|
a little more complex than this, as all ``Socket`` driver instances cooperate
|
||||||
|
Reference in New Issue
Block a user