diff options
Diffstat (limited to 'modules/3-ibip.rkt')
-rw-r--r-- | modules/3-ibip.rkt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/3-ibip.rkt b/modules/3-ibip.rkt new file mode 100644 index 0000000..955841d --- /dev/null +++ b/modules/3-ibip.rkt @@ -0,0 +1,7 @@ +#lang racket/base +(require irc/bot) + +; See https://git.teknik.io/Teknikode/IBIP + +(on (suffix-is ".bots") + (reply "Reporting in! [Racket]")) |