From 0739a51130ac1d43c05035a22e49f0fb549be51c Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Thu, 14 Jan 2021 21:02:35 +0100 Subject: [PATCH] modules: chatMember: unpinAll -> unpinall --- modules/chatMember.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/chatMember.sh b/modules/chatMember.sh index 879bc85..3c37035 100644 --- a/modules/chatMember.sh +++ b/modules/chatMember.sh @@ -5,7 +5,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v1.30-dev-9-g5f602a9 +#### $$VERSION$$ v1.30-dev-11-gab71f37 # will be automatically sourced from bashbot @@ -45,7 +45,7 @@ unpin_chat_message() { } # $1 chat -unpinAll_chat_message() { +unpinall_chat_message() { sendJson "$1" "" "${URL}/unpinAllChatMessage" }