This commit is contained in:
Ted Meyer 2013-07-22 15:45:05 -04:00
parent 1490c7189b
commit 6b096456c6

View File

@ -1,9 +0,0 @@
#! /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"