Update #src link

This commit is contained in:
Juhani Krekelä 2021-01-20 20:05:11 +02:00
parent 1ef4791a1d
commit 4f5a4c5ffd
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ def parse(nick, chan, command, arguments, irc):
else:
irc.bot_response(reply, usage('#kick'))
elif matchcmd(cmdline, '#src'):
irc.bot_response(reply, 'https://github.com/JuEeHa/oonbotti2')
irc.bot_response(reply, 'https://ahti.space/git/nortti/oonbotti2')
elif matchcmd(cmdline, '#prefix') and chan == '#osdev-offtopic':
irc.bot_response(reply, 'gopher://ayu.smar.fi:7070/0/hash-prefix')
elif matchcmd(cmdline, '#msg'):