DiscordChat icon indicating copy to clipboard operation
DiscordChat copied to clipboard

Bot does not relay server console chat

Open sharkck opened this issue 7 years ago • 3 comments

Brief explanation of issue: I typed in the command 'say Some text here' into the server console and the bot did not broadcast it to the Discord channel

Steps to reproduce: See above

Link to crash report/log in a gist: None

DiscordChat version: Current

Minecraft version: Current 1.12

sharkck avatar Aug 02 '17 07:08 sharkck

Unfortunately, this is not possible at the moment because Forge does not provide a hook for intercepting /say messages.

shadowfacts avatar Oct 08 '17 19:10 shadowfacts

Is the command event fired when the command is run from server console? If so you can check if it is a /say command and then forward the arguments given to the commanx

Thutmose avatar Oct 09 '17 03:10 Thutmose

The IRC mod Thump is able to relay /say messages so it definitely is possible (at least in 1.7.10 where I use it).

retep998 avatar Oct 23 '17 04:10 retep998