From 21cac28396941a0499e3127b4631067f45800607 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sun, 2 Jul 2023 07:49:24 +0200 Subject: [PATCH] s/network/services/ Co-authored-by: James Lu --- src/irclib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irclib.py b/src/irclib.py index dc043cc5a..a6932590b 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -684,7 +684,7 @@ class IrcState(IrcCommandDispatcher, log.Firewalled): .. attribute:: nicksToAccounts - Stores the current network account name of a seen nick. + Stores the current services account name of a seen nick. :type: ircutils.IrcDict[str, str] """