Introduction
Introduction Statistics Contact Development Disclaimer Help
Add rfc resolving support to annna. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 5488cf9956bedf65947afbbc5c37b7fd0288fa49
parent 3bbbe382ed884c79f4dda080a6c261f34e33fd91
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 9 Jun 2019 08:14:52 +0200
Add rfc resolving support to annna.
Diffstat:
M annna-start-services | 8 ++++++++
1 file changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -395,6 +395,14 @@ then
*\#tag)
randomtag=1
;;
+ *rfc[0-9]*)
+ rfcname="$(printf "%s\n" "${text}" | sed 's,.*\(rfc[0-…
+ annna-say -c "#bitreich-en" "${rfcname}: ftp://ftp.rfc…
+ ;;
+ *RFC[0-9]*)
+ rfcname="$(printf "%s\n" "${text}" | sed 's,.*\(RFC[0-…
+ annna-say -c "#bitreich-en" "${rfcname}: ftp://ftp.rfc…
+ ;;
esac
if [ $randomtag -eq 1 ];
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.