„Chat Csatornák” változatai közötti eltérés
(→Áttekintés) |
(→Áttekintés) |
||
3. sor: | 3. sor: | ||
Alapértelmezett csatornák: | Alapértelmezett csatornák: | ||
− | + | #main | |
− | + | #support | |
− | + | #trade | |
− | + | #chat | |
==Parancsok== | ==Parancsok== |
A lap 2013. június 8., 12:49-kori változata
Áttekintés
A szerverünkön megtalálható az úgynevezett Channel System. Ennek segítségével globális, térkép, szövetséges, és csoport szinten lehet beszélgetéseket folytatni. Léteznek alapértelmezett csatornák, és lehet saját, jelszóval védettet is létrehozni.
Alapértelmezett csatornák:
#main #support #trade #chat
Parancsok
@join <#channel_name> {<password>} @channel join <#channel_name> {<password>}
Joins the specified channel.
@channel leave <#channel_name>
Leaves the specified channel.
@channel create <#channel_name> <channel_password>
Creates a new channel. 'allow_user_channel_creation' must be enabled in '/conf/channels.conf'.
@channel delete <#channel_name>
Destroys the specified channel.
@channel list @channel list mine @channel list colors
'list' displays a list of all public channels. 'list mine' displays a list of channels you have joined. 'list colors' displays a list of all available colors for custom channels.
@channel setcolor <#channel_name> <color_name>
Changes the text color of the specified channel. You must either be the channel's owner or have the channel_admin permission.
@channel setopt <#channel_name> <option> <value>
Sets an option and value for the specified channel. You must either be the channel's owner or have the channel_admin permission.
Available options: -- 'JoinAnnounce <1|0>' : Toggles channel announcement when a new player enters. -- 'MessageDelay <0-10>' : Sets the delay (in seconds) for messages sent to the channel.
@channel ban <#channel_name> <player> @channel unban <#channel_name> <player> @channel unbanall <#channel_name> @channel banlist <#channel_name>
Bans or unbans a player from the specified channel. 'unbanall' clears all bans from the channel. 'banlist' displays a list of all players banned from the channel.
@channel bindto <#channel_name> @channel unbind
Binds or unbinds your global chat with the specified channel, which sends all global messages to the specified channel.