Remove unused function reply()

This commit is contained in:
c0dev0id 2023-02-05 09:22:36 +01:00
parent 8ad5751715
commit 3ea8a8817b
1 changed files with 0 additions and 6 deletions

View File

@ -3,7 +3,6 @@
trap cleanup 1 2 3 6 9 11
cleanup() { kill $PID; }
BOTNICK="uugbot2"
SERVER="irc.uugrn.org"
PORT="6660"
@ -20,11 +19,6 @@ say() {
echo "$1" > $IRCIN
sleep 1
}
# $1 message
reply() {
echo "out> $1: $2"
echo "$NICK: $2" > $IRCIN
}
settopic() {
curl -s "https://vorstand.uugrn.org/Kalender/Termine.rem" \