GameServ: Difference between revisions

From HybridIRC Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
GameServ is a service on the IRC network that manages and hosts a variety of games within channels. It provides interactive entertainment options, such as games and fun commands, that channel operators can use to engage users. GameServ helps create a lively, interactive atmosphere by offering games like Rock Paper Scissors (RPS), name generators (NAMEGEN), and other fun activities directly within the channel.
== GameServ ==
== GameServ ==


To use GameServ, you must first ensure that the '''FANTASY''' setting is enabled in your channel, or the '''GUARD''' command is set to ALL, VOICE, or OP. Enabling Fantasy allows users to interact with GameServ commands like `!RPS` (Rock Paper Scissors) or `!EIGHTBALL` (Magic 8-Ball). The '''SET GUARD''' command allows you to have ChanServ join your channel instead of using a services bot.
To use '''GameServ''', you must enable the '''GUARD''' setting in your channel or set the '''FANTASY''' command to '''ON'''. Enabling Fantasy allows users to interact with GameServ through commands such as `!RPS` (Rock Paper Scissors) or `!EIGHTBALL` (Magic 8-Ball). The '''SET GUARD''' command can also be used to have ChanServ join your channel instead of relying on a services bot.
 
Additionally, for '''GameServ''' to function properly, the '''FANTASY''' setting needs to be set to '''ON''', and either a bot must be assigned to the channel, or '''GUARD''' needs to be '''enabled'''.


=== Enabling Fantasy ===
=== Enabling Fantasy ===
To enable Fantasy, use the following command:
To enable Fantasy mode, use the following command:
<pre>/msg ChanServ SET #channel FANTASY ON</pre>
<pre>/msg ChanServ SET #channel FANTASY ON</pre>
Example:
Example:
Line 13: Line 13:


=== Enabling Guard (Optional) ===
=== Enabling Guard (Optional) ===
Alternatively, if you prefer to control access more strictly, use the '''GUARD''' command instead:
If you prefer to have ChanServ join, you can use the '''GUARD''' setting instead of Fantasy:
<pre>/msg ChanServ SET #channel GUARD ON</pre>
<pre>/msg ChanServ SET #channel GUARD ON</pre>


=== Assigning a Bot and Setting GameServ ===
=== Assigning a Bot and Setting GameServ ===
To enable GameServ, either assign a bot to the channel or ensure that GameServ is set with the proper privileges:
To enable GameServ, either assign a bot to the channel or set the appropriate GameServ privileges:
* To assign a bot, use:
* To assign a bot, use:
   <pre>/msg ChanServ ASSIGN #channel chanbot</pre>
   <pre>/msg ChanServ ASSIGN #channel HybridIRC</pre>
* To set GameServ, use:
* To set GameServ, use:
   <pre>/msg ChanServ SET #channel GAMESERV VOICE</pre>
   <pre>/msg ChanServ SET #channel GAMESERV VOICE</pre>


Once Fantasy or Guard is enabled and GameServ is set, users can interact with GameServ by typing commands such as:
Once Fantasy or Guard is enabled and GameServ is configured, users can interact with GameServ by typing commands such as:
* `!RPS` to play Rock Paper Scissors
* `!RPS` to play Rock Paper Scissors
* `!EIGHTBALL` to ask the Magic 8-Ball a funny question, like:
* `!EIGHTBALL` to ask the Magic 8-Ball a fun question, like:
   * `!EIGHTBALL Should I eat pizza for dinner tonight?`
   * `!EIGHTBALL Should I eat pizza for dinner tonight?`
   * `!EIGHTBALL Will I ever get a good night's sleep?`
   * `!EIGHTBALL Will I ever get a good night's sleep?`
Line 33: Line 33:
== GameServ Command Index ==
== GameServ Command Index ==


Here is a list of all GameServ commands with brief descriptions:
Here is a list of all available GameServ commands with brief descriptions:


=== GameServ Commands ===
=== GameServ Commands ===
{| class="wikitable"
{| class="wikitable"
|-
|-
| <b>HELP</b> || Displays help information for GameServ commands. Usage: <pre>/msg GameServ HELP</pre>
| <b>HELP</b> || Displays contextual help information. Usage: <pre>/msg GameServ HELP</pre><pre>!HELP</pre>
|-
| <b>LOTTERY</b> || Chooses a random user on a channel. Usage: <pre>/msg GameServ LOTTERY #channel</pre>
|-
| <b>NAMEGEN</b> || Generates random names for brainstorming. Usage: <pre>/msg GameServ NAMEGEN</pre>
|-
| <b>RPS</b> || Play Rock-Paper-Scissors. Usage: <pre>/msg GameServ RPS [rock|paper|scissors]</pre>
|-
| <b>ROLL</b> || Rolls a virtual die (e.g., 1d6). Usage: <pre>/msg GameServ ROLL 1d6</pre>
|-
| <b>EIGHTBALL</b> || Ask the Magic 8-Ball a question. Usage: <pre>/msg GameServ EIGHTBALL Should I try this?</pre>
|-
|-
| <b>NWOD</b> || Generates dice rolls for the New World of Darkness (nWoD) system. Usage: <pre>/msg GameServ NWOD 10</pre>
| <b>LOTTERY</b> || Choose a random user on a channel. Usage: <pre>/msg GameServ LOTTERY</pre><pre>!LOTTERY</pre>
|-
|-
| <b>ROLE</b> || Generates a random character role or archetype. Usage: <pre>/msg GameServ ROLE</pre>
| <b>NAMEGEN</b> || Generates some names to ponder. Usage: <pre>/msg GameServ NAMEGEN</pre><pre>!NAMEGEN</pre>
|-
|-
| <b>TAXONOMY</b> || Provides random taxonomy classifications for fun. Usage: <pre>/msg GameServ TAXONOMY</pre>
| <b>RPS</b> || Play Rock Paper Scissors. Usage: <pre>/msg GameServ RPS</pre><pre>!RPS</pre>
|}
|}


Line 60: Line 50:
* <pre>/msg GameServ HELP</pre>
* <pre>/msg GameServ HELP</pre>


If you're having trouble or need additional assistance, you may join the help channel '''#Help''' or visit the help webpage [https://www.hybridirc.com/help/](https://www.hybridirc.com/help/).
<div style="background: #f2f2f2; color: #333; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-top: 20px; font-family: 'Roboto', sans-serif;">
  <h3 style="color: #2980b9;">Need Help?</h3>
  <p>If you have questions or need assistance:</p>
  <ul style="list-style: none; padding: 0; color: #2c3e50;">
    <li style="margin-bottom: 10px;">* Join the help channel: '''[https://kiwiirc.hybridirc.com/#help #Help]'''</li>
    <li style="margin-bottom: 10px;">* Visit [https://hybridirc.com/help/faq/ Frequently Answered Questions].</li>
    <li style="margin-bottom: 10px;">* Or contact us via email at: support@hybridirc.com</li>
  </ul>
</div>

Latest revision as of 22:54, 12 March 2025

GameServ is a service on the IRC network that manages and hosts a variety of games within channels. It provides interactive entertainment options, such as games and fun commands, that channel operators can use to engage users. GameServ helps create a lively, interactive atmosphere by offering games like Rock Paper Scissors (RPS), name generators (NAMEGEN), and other fun activities directly within the channel.

GameServ

To use GameServ, you must enable the GUARD setting in your channel or set the FANTASY command to ON. Enabling Fantasy allows users to interact with GameServ through commands such as `!RPS` (Rock Paper Scissors) or `!EIGHTBALL` (Magic 8-Ball). The SET GUARD command can also be used to have ChanServ join your channel instead of relying on a services bot.

Enabling Fantasy

To enable Fantasy mode, use the following command:

/msg ChanServ SET #channel FANTASY ON

Example:

/msg ChanServ SET #chatspike FANTASY ON

Enabling Guard (Optional)

If you prefer to have ChanServ join, you can use the GUARD setting instead of Fantasy:

/msg ChanServ SET #channel GUARD ON

Assigning a Bot and Setting GameServ

To enable GameServ, either assign a bot to the channel or set the appropriate GameServ privileges:

  • To assign a bot, use:
/msg ChanServ ASSIGN #channel HybridIRC
  • To set GameServ, use:
/msg ChanServ SET #channel GAMESERV VOICE

Once Fantasy or Guard is enabled and GameServ is configured, users can interact with GameServ by typing commands such as:

  • `!RPS` to play Rock Paper Scissors
  • `!EIGHTBALL` to ask the Magic 8-Ball a fun question, like:
 * `!EIGHTBALL Should I eat pizza for dinner tonight?`
 * `!EIGHTBALL Will I ever get a good night's sleep?`
 * `!EIGHTBALL Is my cat secretly plotting against me?`
 * `!EIGHTBALL Will I ever finish this project on time?`

GameServ Command Index

Here is a list of all available GameServ commands with brief descriptions:

GameServ Commands

HELP Displays contextual help information. Usage:
/msg GameServ HELP
!HELP
LOTTERY Choose a random user on a channel. Usage:
/msg GameServ LOTTERY
!LOTTERY
NAMEGEN Generates some names to ponder. Usage:
/msg GameServ NAMEGEN
!NAMEGEN
RPS Play Rock Paper Scissors. Usage:
/msg GameServ RPS
!RPS

For a more detailed list of available commands, use:

  • /msg GameServ HELP

Need Help?

If you have questions or need assistance: