This commit is contained in:
Lilian Jónsdóttir 2023-08-21 12:19:58 -07:00
parent 68c6630552
commit 5c84130313

View file

@ -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;
}