Update source location in CTCP handler

This commit is contained in:
Nick Chambers 2021-07-01 16:04:27 -05:00
parent 185f9e6f33
commit 706636d229
1 changed files with 1 additions and 1 deletions

2
rowbot
View File

@ -829,7 +829,7 @@ hook_pre_PRIVMSG_CTCP() {
notice "$from" $'\x01'"PING $msg"$'\x01'
;;
SOURCE)
notice "$from" $'\x01'"SOURCE https://ahti.space/git/uplime/rowbot"$'\x01'
notice "$from" $'\x01'"SOURCE https://github.com/uplime/rowbot"$'\x01'
;;
TIME)
notice "$from" $'\x01'"TIME time for you to get a watch"$'\x01'