Liking cljdoc? Tell your friends :D

lemme-know-bot.handlers

Functions that take action on various message text contents.

Functions that take action on various message text contents.
raw docstring

(add-search bot msg)

Add a new search for the user.

Add a new search for the user.
sourceraw docstring

extract-keywordclj

(extract-keyword msg)

Extract only the keyword(s) from a text message. Convert to lowercase to avoid case sensitive searches.

Extract only the keyword(s) from a text message.
Convert to lowercase to avoid case sensitive searches.
sourceraw docstring

helpclj

(help bot msg)

Send info about this bot and available commands.

Send info about this bot and available commands.
sourceraw docstring

(list-search bot msg)

List the current searches setup for the user.

List the current searches setup for the user.
sourceraw docstring

(remove-search bot msg)

Remove a search for the user.

Remove a search for the user.
sourceraw docstring

(search bot msg)

Search for a match in the text. Mention the user if found.

Search for a match in the text.
Mention the user if found.
sourceraw docstring

send-msgclj

(send-msg bot chat-id text)

Send a message to the chat.

Send a message to the chat.
sourceraw docstring

settingsclj

(settings bot msg)

Implements the /settings command.

Implements the /settings command.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close