* Improved messages for @link of exits [AEJ]
* Fixed initialization of attribute flags [AEJ]
* SQL support is now reported via @config compile. [RLB]
+ * Player aliases may now be supplied to @pemit/list. [RLB]
l = trim_space_sep(list, ' ');
while ((p = split_token(&l, ' '))) {
- who = noisy_match_result(player, p, NOTYPE, MAT_ABSOLUTE);
+ who = noisy_match_result(player, p, NOTYPE, MAT_PLAYER | MAT_ABSOLUTE);
if (GoodObject(who) && okay_pemit(player, who)) {
if (nospoof && Nospoof(who)) {
if (Paranoid(who)) {