MCPcopy
hub / github.com/zhayujie/CowAgent / subscribe_msg

Function subscribe_msg

config.py:640–643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

638
639
640def subscribe_msg():
641 trigger_prefix = conf().get("single_chat_prefix", [""])[0]
642 msg = conf().get("subscribe_msg", "")
643 return msg.format(trigger_prefix=trigger_prefix)
644
645
646# global plugin config

Callers 2

POSTMethod · 0.90
POSTMethod · 0.90

Calls 2

confFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected