[624] in Coldmud discussion meeting

root meeting help first previous next next in chain last in chain last

Adding a command, HELP!

daemon@ATHENA.MIT.EDU (Sun Dec 25 00:21:37 1994 )

From: jeffpk@netcom.com (Jeff Kesselman)
To: coldstuff@MIT.EDU
Date: Sat, 24 Dec 1994 21:19:57 -0800 (PST)

I'm working  on that littel tiemr manager of mine, but I've been stumped 
for a week. I CANNOT get CDC to recognize my new command (@tqueue).

I did the follwoing:
	1) defined a method queue_cmd
	2) inherited has_commands
	3) defined the following:
		var $has_commands commands [["@tqueue",'queue_cmd]]
		var $has_commands aliases []

It compiled fine but when I type @queue it gives the usual mesages i see 
for an unknown command.

Do I have to attach this thing somewhere other then as a chidl of 
has_commands to enable it to see input?  Are there any other steps I'm 
missing??

This is REALLY frustrating me.

Thanks

Jeff Kesselman