mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +01:00
Update docs
This commit is contained in:
parent
888b51cdce
commit
e3d0e4abcc
@ -227,9 +227,9 @@ There are even a few games!
|
||||
|
||||
Plugin | Description
|
||||
--- | ---
|
||||
[Battleship](Plugins/Battleship.pm) | The classic Battleship board game, simplified for IRC
|
||||
[Connect4](Plugins/Connect4.pm) | The classic Connect-4 game.
|
||||
[Spinach](Plugins/Spinach.pm) | An advanced multiplayer Trivia game engine with a twist! A question is shown. Everybody privately submits a false answer. All false answers and the true answer is shown. Everybody tries to guess the true answer. Points are gained when people pick your false answer!
|
||||
[Battleship](lib/PBot/Plugin/Battleship.pm) | The classic Battleship board game, simplified for IRC
|
||||
[Connect4](lib/PBot/Plugin/Connect4.pm) | The classic Connect-4 game.
|
||||
[Spinach](lib/PBot/Plugin/Spinach.pm) | An advanced multiplayer Trivia game engine with a twist! A question is shown. Everybody privately submits a false answer. All false answers and the true answer is shown. Everybody tries to guess the true answer. Points are gained when people pick your false answer!
|
||||
|
||||
#### Modules
|
||||
Modules are external command-line executable programs and scripts that can be
|
||||
|
@ -185,7 +185,7 @@ recommended settings should suffice. If you have any issues, please [report them
|
||||
or by sending `pragma-` a message on the Libera.Chat network.
|
||||
|
||||
## Starting PBot
|
||||
The executable to start PBot lives in `script/pbot`. You may create a symbolic
|
||||
The executable to start PBot is `script/pbot`. You may create a symbolic
|
||||
link to the `script/pbot` executable in `$HOME/bin/` or in `/usr/local/bin/`.
|
||||
|
||||
If you choose not to install the `script/pbot` file to your PATH, remember
|
||||
|
Loading…
Reference in New Issue
Block a user