Switch to edit mode.
Name(s): icq1: "Copied from Kun (#2145):icq Dec 22 17:34:24 1998"
2: "Copied from Xentac (#9854):icq Dec 11 18:11:08 1998"
3: for i in (players())
4: if (i:has_property("icq"))
5: player:tell(tostr($string_utils:left(tostr(i:title(), " (", i, ")"), 30), " ", i.icq))
6: endif
7: endfor
8: player:tell("----- End -----")