summaryrefslogtreecommitdiff
path: root/modules/3-ibip.rkt
blob: 68ed50363375d7695987738fb3c2d94fcf45d7b0 (plain)
1
2
3
4
5
6
7
8
#lang racket/base
(require irc/bot)

; See https://git.teknik.io/Teknikode/IBIP

(on (and (command-is 'PRIVMSG)
         (suffix-is ".bots"))
    (reply "Reporting in! [Racket] git.tx0.co/meep"))