Difference between revisions of "Guild"

From StickMUD
Jump to navigation Jump to search
(Create Gch)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<code>gch</code> - Communicate on your main guild channel.
+
<code>guild</code> - Communicate on your main guild channel.
  
== Description ==
+
==Description==
 
Manage communication and preferences on your main guild channel.
 
Manage communication and preferences on your main guild channel.
 
{| class="wikitable"
 
{| class="wikitable"
Line 8: Line 8:
 
!Description
 
!Description
 
|-
 
|-
|<code>gch</code>
+
|<code>guild</code>
 
|Display who is on the channel.
 
|Display who is on the channel.
 
|-
 
|-
|<code>gch</code> <message>
+
|<code>guild</code> <message>
 
|Talk on the channel.
 
|Talk on the channel.
 
|-
 
|-
|<code>gch</code> :<message>
+
|<code>guild</code> :<message>
| rowspan="2" |Emote on the channel.
+
| rowspan="2" | Emote on the channel.
 
|-
 
|-
|<code>gch</code> -emote <message>
+
|<code>guild</code> -emote <message>
 
|-
 
|-
|<code>gch</code> -guests
+
|<code>guild</code> -guests
 
|Display guests on the channel.
 
|Display guests on the channel.
 
|-
 
|-
|<code>gch</code> -help
+
|<code>guild</code> -help
|Display a brief gch help message.
+
|Display a brief guild help message.
 
|-
 
|-
|<code>gch</code> -hist
+
|<code>guild</code> -hist
 
|Display the last lines of the channel log.
 
|Display the last lines of the channel log.
 
|-
 
|-
|<code>gch</code> -last
+
|<code>guild</code> -last
 
|Display the last lines of the channel log.
 
|Display the last lines of the channel log.
 
|-
 
|-
|<code>gch</code> -list
+
|<code>guild</code> -list
 
|Display who is on the channel.
 
|Display who is on the channel.
 
|-
 
|-
|<code>gch</code> -more
+
|<code>guild</code> -more
 
|Displays the entire channel log.
 
|Displays the entire channel log.
 
|-
 
|-
|<code>gch</code> -off
+
|<code>guild</code> -off
 
|Toggles the channel off.
 
|Toggles the channel off.
 
|-
 
|-
|<code>gch</code> -on
+
|<code>guild</code> -on
 
|Toggles the channel on.
 
|Toggles the channel on.
 
|-
 
|-
|<code>gch</code> -send <message>
+
|<code>guild</code> -send <message>
 
|Talk on the channel.
 
|Talk on the channel.
 
|-
 
|-
|<code>gch</code> -tail
+
|<code>guild</code> -tail
 
|Display the last lines of the channel log.
 
|Display the last lines of the channel log.
 
|-
 
|-
|<code>gch</code> -toggle
+
|<code>guild</code> -toggle
 
|Toggles channel on or off.
 
|Toggles channel on or off.
 
|-
 
|-
|<code>gch</code> -who
+
|<code>guild</code> -who
 
|Display who is on the channel.
 
|Display who is on the channel.
 
|-
 
|-
|<code>gch</code> -admin <player>
+
|<code>guild</code> -admin <player>
 
|Grant a player channel admin privileges. Channel admin privileges required.
 
|Grant a player channel admin privileges. Channel admin privileges required.
 
|-
 
|-
|<code>gch</code> -ban <player>
+
|<code>guild</code> -ban <player>
 
|Ban a player from the channel. Channel admin privileges required.
 
|Ban a player from the channel. Channel admin privileges required.
 
|-
 
|-
|<code>gch</code> -invite <player>
+
|<code>guild</code> -invite <player>
 
|Invite a player to join the channel. Channel admin privileges required.
 
|Invite a player to join the channel. Channel admin privileges required.
 
|-
 
|-
|<code>gch</code> -radmin <player>
+
|<code>guild</code> -radmin <player>
 
|Revoke channel admin privileges from a player. Channel admin privileges required.
 
|Revoke channel admin privileges from a player. Channel admin privileges required.
 
|-
 
|-
|<code>gch</code> -unban <player>
+
|<code>guild</code> -unban <player>
 
|Remove a ban from player to the channel. Channel admin privileges required.
 
|Remove a ban from player to the channel. Channel admin privileges required.
 
|-
 
|-
|<code>gch</code> -uninvite <player>
+
|<code>guild</code> -uninvite <player>
 
|Uninvite player from channel. Channel admin privileges required.
 
|Uninvite player from channel. Channel admin privileges required.
 
|}
 
|}
  
== See Also ==
+
==See Also==
 
[[channel]], [[ghelp]], and [[gscore]]
 
[[channel]], [[ghelp]], and [[gscore]]

Latest revision as of 12:35, 23 July 2022

guild - Communicate on your main guild channel.

Description

Manage communication and preferences on your main guild channel.

Syntax
Command Description
guild Display who is on the channel.
guild <message> Talk on the channel.
guild :<message> Emote on the channel.
guild -emote <message>
guild -guests Display guests on the channel.
guild -help Display a brief guild help message.
guild -hist Display the last lines of the channel log.
guild -last Display the last lines of the channel log.
guild -list Display who is on the channel.
guild -more Displays the entire channel log.
guild -off Toggles the channel off.
guild -on Toggles the channel on.
guild -send <message> Talk on the channel.
guild -tail Display the last lines of the channel log.
guild -toggle Toggles channel on or off.
guild -who Display who is on the channel.
guild -admin <player> Grant a player channel admin privileges. Channel admin privileges required.
guild -ban <player> Ban a player from the channel. Channel admin privileges required.
guild -invite <player> Invite a player to join the channel. Channel admin privileges required.
guild -radmin <player> Revoke channel admin privileges from a player. Channel admin privileges required.
guild -unban <player> Remove a ban from player to the channel. Channel admin privileges required.
guild -uninvite <player> Uninvite player from channel. Channel admin privileges required.

See Also

channel, ghelp, and gscore