updated links

This commit is contained in:
neersighted 2012-03-19 23:58:04 -07:00
parent 012d709648
commit 3a14d78daa
6 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@ from util import hook
# CTCP responses
@hook.regex(r'^\x01VERSION\x01$')
def ctcpversion(inp, notice=None):
notice('\x01VERSION: CloudBot - http://git.io/cloudbot')
notice('\x01VERSION: CloudBot - http://git.io/cloudbotirc')
@hook.regex(r'^\x01PING\x01$')