Update source location in CTCP handler

This commit is contained in:
Nick Chambers 2021-07-01 16:04:27 -05:00 committed by Nick Chambers
parent 97eb80e113
commit cba6844160
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' notice "$from" $'\x01'"PING $msg"$'\x01'
;; ;;
SOURCE) SOURCE)
notice "$from" $'\x01'"SOURCE https://ahti.space/git/uplime/rowbot"$'\x01' notice "$from" $'\x01'"SOURCE https://github.com/uplime/rowbot"$'\x01'
;; ;;
TIME) TIME)
notice "$from" $'\x01'"TIME time for you to get a watch"$'\x01' notice "$from" $'\x01'"TIME time for you to get a watch"$'\x01'