-
Hi all,
I wonder if someone with the current source tree would mind checking the usage and syntax of the "chat" command? I never use chat, but a brief play with it the other night revealed that the usage of "chat join" seems to be referring to some old form of syntax ---> "/join <channel>" for example.
Cheers,
Scott (Vizz).
-
~~@Vizzini:~~
> Hi all,
>
> I wonder if someone with the current source tree would mind checking the usage and syntax of the "chat" command? I never use chat, but a brief play with it the other night revealed that the usage of "chat join" seems to be referring to some old form of syntax –-> "/join " for example.
>
> Cheers,
>
> Scott (Vizz).
Heya,
If you look in the interpreter you see / is just an abbreviation for "chat" - the two are interchangeable. It calls the same function, kind of like ".foo" and "gossip foo".
So "chat join " and "/join " are exactly the same. Sorry I didnt make this completely explicit - I added it to our crappy helpfile on chat.
A/S
-
Just testing something.