alias fstats2 {
if ($read(fstats.txt, w, *Total Members:*)) { /set %tm }
elseif ($read(fstats.txt, w, *Newest Member:*)) { /set %nm }
elseif ($read(fstats.txt, w, *Total Topics:*)) { /set %tt }
elseif ($read(fstats.txt, w, *Total Posts:*)) { /set %tp }
elseif ($read(fstats.txt, w, *Online:*)) { /set %om }
elseif ($read(fstats.txt, w, *Last Updated Topic:*)) { /set %lut }
else { /echo nothing found! }
/msg $chan Total Members: %tm $+ , Newest member: %nm $+ , Total; Topics: %tt $+ , Total Posts: %tp $+ , Online: %om $+ .
/msg $chan Last Updated Topic: %lut $+ .
.remove fstats.txt}menu * {Forum-Stats:fstats}
}