-
-
29 May 2005 02:58:26 UTC
- Distribution: IRC-Bot-Hangman
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (374 / 1 / 3)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (18.1KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
IRC::Bot::Hangman::Command::Default - Default hangman commands
SYNOPSIS
See IRC::Bot::Hangman
DESCRIPTION
This module is a plugin providing the implementation of the basics hangman commands.
COMMANDS
<letter>? : guess a letter guess <letter> : guess a letter guess <word> : guess an entire word <hangman> help - help instructions <hangman> play : Start a new game or display current game <hangman> quiet : keep quite between guesses <hangman> talk : Talk between guesses
METHODS
name()
This plugin's name = 'default'
commands()
Commands provided by this plugin:
play quiet talk
COMMANDS
play( robot )
quiet( robot )
talk( robot )
AUTHOR
Pierre Denis <pierre@itrelease.net>
http://www.itrelease.net/
COPYRIGHT
Copyright 2005 IT Release Ltd - All Rights Reserved.
This module is released under the same license as Perl itself.
Module Install Instructions
To install IRC::Bot::Hangman, copy and paste the appropriate command in to your terminal.
cpanm IRC::Bot::Hangman
perl -MCPAN -e shell install IRC::Bot::Hangman
For more information on module installation, please visit the detailed CPAN module installation guide.