rumblefrog / source-chat-relay

Communicate between Discord & In-Game, monitor server without being in-game, control the flow of messages and user base engagement!
https://rumblefrog.me/source-chat-relay/
GNU General Public License v3.0
85 stars 23 forks source link

Additional event forwards #21

Open rumblefrog opened 5 years ago

rumblefrog commented 5 years ago

Todo list:

Excerpt for SB

g_cSBEvent = CreateConVar("rf_scr_event_sb", "0",
        "Bitwise flags value of Sourcebans++ events to enable\n"
        ... "Disabled = 0\n"
        ... "Ban Only = 1\n"
        ... "Ban & Mute = 3\n"
        ... "Ban & Report = 5 \n"
        ... "Mute & Report = 6\n"
        ... "Ban & Mute & Report = 7\n",
        FCVAR_NONE, true, 0.0, true, 7.0);
Prefix commented 4 years ago

is it possible to have other channel for sourcebans ?

rumblefrog commented 4 years ago

Please elaborate

Prefix commented 4 years ago
  1. Server chats would go to the main Discord channel
  2. Reports would go to a separate Discord channel
rumblefrog commented 4 years ago

Yes, already possible. Just assign multiple channels, and block events on the chat channel and block chat on the event channel.