diff --git a/modules/math.sh b/modules/math.sh deleted file mode 100755 index f01775a..0000000 --- a/modules/math.sh +++ /dev/null @@ -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" \ No newline at end of file