From cba6844160585202f35c1ce75847bd5cc8943b48 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Thu, 1 Jul 2021 16:04:27 -0500 Subject: [PATCH] Update source location in CTCP handler --- rowbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowbot b/rowbot index ab91da6..e8f65f1 100755 --- a/rowbot +++ b/rowbot @@ -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'