; Paste this into aliases and then put $waquit as the default quit message in mIRC
/waquit {
  var %WA.Temp.Stats
  set %WA.Temp.Stats $dll($shortfn($mircdirWA_Link\WA_Link.dll),WA_Link_Stats,%WA.Theme)

  ;Replace all fakespaces with realspaces
  set %WA.Temp.Stats $replace(%WA.Temp.Stats,$chr(160),$chr(32))

  ;Replace all commas with fakespaces
  set %WA.Temp.Stats $replace(%WA.Temp.Stats,$chr(44),$chr(160))

  ;Eval output
  set %WA.Temp.Stats $eval(%WA.Temp.Stats,2)

  ;Replace all fakespaces with commas
  set %WA.Temp.Stats $replace(%WA.Temp.Stats,$chr(160),$chr(44))

  return %WA.Temp.Stats
}

; Made by the bASE Crew http://www.base.is/thecrew/