Remove unused function reply()
This commit is contained in:
parent
8ad5751715
commit
3ea8a8817b
6
start.sh
6
start.sh
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user