That's correct, alternatively for PvP-ers only (that don't need DBM because it got many other features you perhaps would like to not install to save RAM) then do this:
Default chatframe message:
Code:
/run for i=1,MAX_BATTLEFIELD_QUEUES do s,m,_,_,_,t,r=GetBattlefieldStatus(i);if s then if r then r=" (Rated)";else r=" (Skirmish)";end if t==0 and s=="confirm" then DEFAULT_CHAT_FRAME:AddMessage(m..r,0,1,0);end end end
For UI Error frame message:
Code:
/run for i=1,MAX_BATTLEFIELD_QUEUES do s,m,_,_,_,t,r=GetBattlefieldStatus(i);if s then if r then r=" (Rated)";else r=" (Skirmish)";end if t==0 and s=="confirm" then UIErrorsFrame:AddMessage(m..r,1,0,0,1,5);end end end
... but thought you lost rating, perhaps only if you join then leave.