mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-16 00:52:40 +00:00
Ignore other bots: skip m.notice + IGNORED_BOTS denylist (Pete)
No repost (urls.go) or XP (xp.go) for ignored senders. Filters at the dispatcher so all plugins are covered. m.notice catches convention- following bots; IGNORED_BOTS handles m.text bots like Pete.
This commit is contained in:
@@ -7,6 +7,9 @@ BOT_DISPLAY_NAME=GogoBee
|
||||
# Which rooms the bot posts scheduled content to (comma-separated room IDs)
|
||||
BROADCAST_ROOMS=!roomid:example.com
|
||||
|
||||
# Bots to ignore wholesale: no repost, no XP (comma-separated user IDs)
|
||||
IGNORED_BOTS=@pete:matrix.example.org
|
||||
|
||||
# Admins who can run admin-only commands (comma-separated Matrix user IDs)
|
||||
ADMIN_USERS=@yourmxid:example.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user