GameServ
#
Service Usage#
Commands- CALC -- Calculate stuff.
- EIGHTBALL -- Ask the 8-Ball a question.
- LOTTERY -- Choose a random user on a channel.
- NAMEGEN -- Generate some names to ponder.
- ROLL -- Rolls one or more dice.
- RPS -- Rock Paper Scissors.
#
CALCProvided in modules/gameserv/dice
CALC lets you do some simple mathematics with services. You can also specify a number of calculations that can be done at once.
Syntax: CALC [times] <expression>
Examples:
/msg GameServ CALC 6*8/msg GameServ CALC 5 1+2
#
EIGHTBALLProvided in modules/gameserv/eightball
Asks the magic 8-ball a question.
Syntax: EIGHTBALL
Example: /msg GameServ EIGHTBALL
#
LOTTERYProvided in modules/gameserv/lottery
LOTTERY randomly chooses a user on the channel where it is run.
Syntax: LOTTERY
Example: /msg GameServ LOTTERY
#
NAMEGENProvided in modules/gameserv/namegen
NAMEGEN provides you with a list of possible names you could use.
It can display the result to either yourself or a channel.
Syntax: NAMEGEN [number of names]
Example: /msg GameServ NAMEGEN 5
#
ROLLProvided in modules/gameserv/dice
ROLL lets you roll a series of virtual dice and display the result to either yourself or a channel. You can also specify a number of dice rolls that can be done at once.
Syntax: ROLL [times] <#dice>d<#sides>
Examples:
/msg GameServ ROLL 2d16/msg GameServ ROLL 5 4d16
#
RPSProvided in modules/gameserv/rps
RPS will randomly reply "Rock", "Paper", or "Scissors".
Syntax: RPS
Example: /msg GameServ RPS