|
Kaotac Beginner
Joined: 26 Mar 2007 Posts: 16 Location: Australia
|
Posted: Sat Sep 15, 2007 5:17 am
Moving #substitute from Zmud to Cmud |
Okay, so this works on Zmud..
Code: |
#SUB {~<send "board H7-3">Cluster H7-3 Core Rover</send>} |
It underlines the text and allows you to click on it, which sends the command "board H7-3" to the client.
How would I go about doing the same for Cmud? |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Sep 15, 2007 1:46 pm |
<> aren't special characters any more, and " is. Try this:
#sub {<send 'board H7-3'>Cluster H7-3 Core Rover</send>} |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Sat Sep 15, 2007 9:52 pm |
Kaotac I see you're on Core, you must be in my cluster too.
|
|
_________________ Asati di tempari! |
|
|
|
|
|