QTfrontend/net/newnetclient.cpp
changeset 6222 96d10dcd6d84
parent 6182 d56d18802481
child 6513 677b96d13e1f
equal deleted inserted replaced
6221:f3ac3e51418b 6222:96d10dcd6d84
   464         }
   464         }
   465         emit nickRemovedLobby(lst[1]);
   465         emit nickRemovedLobby(lst[1]);
   466         if (lst.size() < 3)
   466         if (lst.size() < 3)
   467             emit chatStringLobby(tr("%1 *** %2 has left").arg('\x03').arg(lst[1]));
   467             emit chatStringLobby(tr("%1 *** %2 has left").arg('\x03').arg(lst[1]));
   468         else
   468         else
   469             emit chatStringLobby(tr("%1 *** %2 has left (%3)").arg('\x03').arg(lst[1], lst[2]));
   469             emit chatStringLobby(lst[1], tr("%1 *** %2 has left (%3)").arg('\x03').arg("|nick|", lst[2]));
   470         return;
   470         return;
   471     }
   471     }
   472 
   472 
   473     if (lst[0] == "RUN_GAME") {
   473     if (lst[0] == "RUN_GAME") {
   474         netClientState = InGame;
   474         netClientState = InGame;