From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 28 Sep 2009 01:09:06 -0400 To: 9fans@9fans.net Message-ID: <3ea1e7a0efcc11391dcaedb9b9add20a@ladd.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] local! is actually in the code Topicbox-Message-UUID: 7901f4ee-ead5-11e9-9d60-3106f5b1d025 ; g local! * alias/aliasmail.c:78: print("local!%s\n", s_to_c(s)); send/dest.c:157: * The local! and !local! checks are artificial intelligence, send/dest.c:179: /* hack to get local! out of the names */ send/dest.c:180: if(strncmp(cp, "local!", 6) == 0) - erik