Feature request: Raw messages #17

Closed
opened 2022-04-04 10:47:32 -05:00 by lemonsh · 2 comments

Currently, there is no way to execute commands on IRC bots through the bridge, because all commands are prefixed with the username.

I propose a "raw message prefix" config option, that could work like the following example:

Example usage

When the raw message prefix is "+", this message

(discord)
+!help

Instead of being shown normally on IRC

(irc)
dircord | <lemon> +!help

is turned into a raw message with an author annotation

(irc)
dircord | lemon has sent a raw message:
dircord | !help
Currently, there is no way to execute commands on IRC bots through the bridge, because all commands are prefixed with the username. I propose a "raw message prefix" config option, that could work like the following example: ## Example usage When the raw message prefix is "+", this message ```sh (discord) +!help ``` Instead of being shown normally on IRC ```sh (irc) dircord | <lemon> +!help ``` is turned into a raw message with an author annotation ```sh (irc) dircord | lemon has sent a raw message: dircord | !help ```
Owner

Fixed by fa66176cec

Fixed by [`fa66176cec`](https://git.karx.xyz/karx/dircord/commit/fa66176cec568da8111cf5224f07b435a0d51840)
karx closed this issue 2022-04-04 11:43:48 -05:00
Author

thanks senpai

thanks senpai
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: karx/dircord#17
No description provided.