Added help message for duck command
This commit is contained in:
parent
57936ab68b
commit
1559173ef9
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
#!/bin/bash -ex
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
"advert") echo "advert <CHANNEL> : Make shbot speak the truth about himself on the specified CHANNEL."
|
||||
;;
|
||||
"duck") echo "help <TOPIC> : Prints a cute duck."
|
||||
;;
|
||||
"help") echo "help <TOPIC> : Prints help about TOPIC."
|
||||
;;
|
||||
"join") echo "join <CHANNEL> : Make shbot join the specified CHANNEL."
|
||||
|
|
Reference in a new issue