I found these two ZWSPs on the road
I think they belong to you. Please take them.
This commit is contained in:
parent
dc103b9096
commit
73a0c15bf6
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@
|
|||
|
||||
irc | while read -r n m; do
|
||||
if reg '^(happy|hate)bot[:,] :D$' "$m"; then
|
||||
echo ":D" | say;
|
||||
echo ":D" | zwsp | say;
|
||||
fi;
|
||||
done;
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
irc | while read -r n m; do
|
||||
if reg '^(happy|hate)bot[:,] ichi (.*)' "$m"; then
|
||||
python3 happybot/ichi.py "$(m 2)" | say;
|
||||
python3 happybot/ichi.py "$(m 2)" | zwsp | say;
|
||||
fi;
|
||||
done;
|
||||
|
|
Loading…
Add table
Reference in a new issue