home · contact · privacy
Ignore 250.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 18 Aug 2025 18:40:01 +0000 (20:40 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 18 Aug 2025 18:40:01 +0000 (20:40 +0200)
ircplom/client.py

index 98111abc8bd1d1231366cdcaff0ca03630bacce3..b4314fba084a3a69ddf91d1d27f6eb62fc1268f2 100644 (file)
@@ -32,7 +32,7 @@ _NUMERICS_TO_CONFIRM_NICKNAME = (
 )
 _NUMERICS_TO_IGNORE = (
     (1, 4),      # nothing in this login info we're interested in
-    (251, 255),  # same
+    (250, 255),  # same
     (265, 266),  # same
     375,  # RPL_MOTDSTART already implied to us by first appearance of 372
 )