diff --git a/irc.py b/irc.py index a35f9f2..fbf1ecf 100644 --- a/irc.py +++ b/irc.py @@ -123,7 +123,7 @@ class IRC(object): elif len(m): if store: self._inbox.put(m) - loggin.debug(f"_handle has quit: running={self.running}") + logging.debug(f"_handle has quit: running={self.running}") def _send(self, raw): """ Wrap and encode raw message to send """