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