commit
6075bf719a
BIN
modules/math/nums.class
Normal file
BIN
modules/math/nums.class
Normal file
Binary file not shown.
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 -cp math/ nums $equ)
|
||||||
|
echo "PRIVMSG $channel :$sender: $res"
|
Loading…
Reference in New Issue
Block a user