diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/3-ibip.rkt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/3-ibip.rkt b/modules/3-ibip.rkt index 955841d..68ed503 100644 --- a/modules/3-ibip.rkt +++ b/modules/3-ibip.rkt @@ -3,5 +3,6 @@ ; See https://git.teknik.io/Teknikode/IBIP -(on (suffix-is ".bots") - (reply "Reporting in! [Racket]")) +(on (and (command-is 'PRIVMSG) + (suffix-is ".bots")) + (reply "Reporting in! [Racket] git.tx0.co/meep")) |