From 5c8413031318ff4a5d04c77c5163210b8ecb4b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Mon, 21 Aug 2023 12:19:58 -0700 Subject: [PATCH] Fix typo --- idlerpg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idlerpg.cpp b/idlerpg.cpp index d72ea83..137b70c 100644 --- a/idlerpg.cpp +++ b/idlerpg.cpp @@ -239,7 +239,7 @@ class CIdleRPGMod : public CModule { if (!is_op(pBot)) { PutModule(t_f( - "Error logging in: Bot [{1}] not operator in in channel [{2}]")( + "Error logging in: Bot [{1}] not operator in channel [{2}]")( sChan.GetBotnick(), sChan.GetChannel())); return; }