added shitty math thing
This commit is contained in:
parent
6fa615ca02
commit
b6eda82fa7
9
modules/math.sh
Executable file
9
modules/math.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"
|
BIN
modules/math/nums.class
Normal file
BIN
modules/math/nums.class
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user