rumblefrog/source-chat-relay

Additional event forwards

rumblefrog opened this issue · 4 comments

Todo list:

  • Sourcebans++ (merge into SB Discord Forward as optional)
  • Calladmin

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);

is it possible to have other channel for sourcebans ?

Please elaborate

  1. Server chats would go to the main Discord channel
  2. Reports would go to a separate Discord channel

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