
ES2 mudlib - FF extension v0.6c 函式說明書

程式: /adm/daemons/channeld.c

varargs int do_channel( object me, string verb, string arg, int emote )

	me:	對此頻道喊話的物件
	verb:	此頻道的名字
	arg:	喊話的內容
	emote:	是否為 emote

	透過此函式, 可以在某個已定義的頻道上喊話, 喊話的內容會送給正
	在傾聽此頻道的使用者. 關於各頻道的特性資料, 都定義在 channels
	變數中.

	玩家平常使用頻道時, 是由 /feature/command.c 的 
	command_hook()  呼叫的.

int filter_listener( object ppl, mapping ch )

	此函式過濾誰該聽到訊息, channeld.c 內部專用.

void register_relay_channel( string channel )

	此函式登記哪些 NPC 可以聽到頻道內容, 此函式會呼叫該 NPC 中的
	relay_channel() 函式.

Spock of The Final Frontier	98.Sep.15.
