Greets all,
I've encountered what I believe to be a small problem, but I can't seem to figure out how to solve it.
I'm just starting to use the chat plugin. I've created an alias in MUSHCLIENT (not by modifying the chat plugin itself) to turn on certain chat options, here it is:
Everything is working fine except for the very last option. I want this alias to set it up so that I accept commands (sent via the #command function) from Uvatha. What I've got here doesn't generate any errors, but it doesn't make it so that uvatha can send me any commands either. I get the "Bill attempted to send you a command." message.
All I'm looking for is a way to create an alias that sets it so that I can accept commands from Bill. What have I done wrong?
Also, RE the chat client, what exactly is in a Long ID. For instance if, instead of using getchatID, I just wanted to enter the ID manually, what info would I have to give it and what would it look like (by this I mean would it have brackets, quotes, etc around it.)
Thanks all
I've encountered what I believe to be a small problem, but I can't seem to figure out how to solve it.
I'm just starting to use the chat plugin. I've created an alias in MUSHCLIENT (not by modifying the chat plugin itself) to turn on certain chat options, here it is:
<aliases>
<alias
match="chaton"
enabled="y"
send_to="12"
sequence="100"
>
<send>SetAlphaOption "chat_name", "Bobble"
SetOption "accept_chat_connections", 1
chatcall "1.1.1.1", 4050
SetChatOption (ChatGetID ("Bill")), "can_send_commands", 1</send>
</alias>
</aliases>Everything is working fine except for the very last option. I want this alias to set it up so that I accept commands (sent via the #command function) from Uvatha. What I've got here doesn't generate any errors, but it doesn't make it so that uvatha can send me any commands either. I get the "Bill attempted to send you a command." message.
All I'm looking for is a way to create an alias that sets it so that I can accept commands from Bill. What have I done wrong?
Also, RE the chat client, what exactly is in a Long ID. For instance if, instead of using getchatID, I just wanted to enter the ID manually, what info would I have to give it and what would it look like (by this I mean would it have brackets, quotes, etc around it.)
Thanks all