renamed
This commit is contained in:
parent
6b096456c6
commit
cd8de08fc3
9
modules/pow.sh
Executable file
9
modules/pow.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#! /bin/sh
|
||||
# Ted Meyer
|
||||
# Incredibly stupid Math bot
|
||||
#
|
||||
sender=$1 # sender (the person I am talking to)
|
||||
channel=$2 # channel
|
||||
equ=$3 # math equ
|
||||
res=$(java nums $equ)
|
||||
echo "PRIVMSG $channel :$sender: $res"
|
Loading…
Reference in New Issue
Block a user