Fix typo
This commit is contained in:
parent
68c6630552
commit
5c84130313
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class CIdleRPGMod : public CModule {
|
||||||
|
|
||||||
if (!is_op(pBot)) {
|
if (!is_op(pBot)) {
|
||||||
PutModule(t_f(
|
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()));
|
sChan.GetBotnick(), sChan.GetChannel()));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue