; Copy everything here and paste into a remote script like at the bottom of the WA_Link.mrc

on *:TEXT:!mp3:#: {
  var %WA.Stats
  set %WA.Stats $dll($shortfn($mircdirWA_Link\WA_Link.dll),WA_Link_Stats,%WA.Theme)

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

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

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

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

  .timerFloodProt 1 1 msg $chan %WA.Stats
}

; Made by the bASE crew