diff options
author | tilpner | 2018-04-28 19:00:56 +0200 |
---|---|---|
committer | tilpner | 2018-04-28 19:00:56 +0200 |
commit | 241df2cbe4004f566fae82d77b93dd15e64a1991 (patch) | |
tree | 96da435ac1cca18603b757fa085da5f8ff7915a1 /modules/3-ibip.rkt | |
parent | bbb5f7e226a6ce521283e9e6d438cbad3f293239 (diff) | |
download | meep-241df2cbe4004f566fae82d77b93dd15e64a1991.tar.gz meep-241df2cbe4004f566fae82d77b93dd15e64a1991.tar.xz meep-241df2cbe4004f566fae82d77b93dd15e64a1991.zip |
Change IBIP URL
Diffstat (limited to 'modules/3-ibip.rkt')
-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")) |