Developer
Posts: 3185
/join cowsIf the channel already exists, you will join the existing channel. Otherwise, the new cows channel will be automatically created. Channel names do not support spaces.
/join %cowsThe % symbol tells the server to create the channel in private mode. So the actual channel name would still just be cows, as the % sign only tells the server how to create the channel, and it is then discarded. If the channel already exists, nothing special will happen. If it doesn't, the new private channel cows will be created, and you will be the moderator.
/leave cows
[chat]cows[/chat]...would create a chat application launcher button like this:
/invite nezkeys to cowsIn the above example, the cows channel will be then be added to nezkey's channel listing. If he is currently online, he will also get a notice that he has been added to the channel.
/setname cows Cow ChatTechnically the channel name is still cows, and to join, users would still need to type /join cows, but in the channel listing, it will now be refereed to as Cow Chat. You can use this function to give users a clearer understanding of what the channel is all about.
/envoice cows
/helpYou can also use /? which does the same thing.
/theme darkYou can also set the default color of your messages using the /color command. The color command accepts hex color code values. For example, red is defined as #ff0000. For example:
/theme light
/color #ff0000The above example will make your text red. You can also clear out your color customization and return to the client theme default using /color null. In addition, you can set your message text color on a per-message basis using standard BBCode markup.
@nezkeys How are you?Note that the message will only be delivered if the target user is currently online. If they are not, you are better off sending them a private message through the forum.
/ignore nezkeysSimilarly, you can undo the above actions with the /unignore and /unmute commands.
/mute nezkeys
/unignore nezkeysLastly, you can completely clear out your ignore and mute lists using the all parameter.
/unmute nezkeys
/unignore all
/unmute all