Hello,
I would like to request a module or method of muting orgbot2 while orgbot1 is online, while automatically unmuting orgbot2 if orgbot1 goes offline. A toggle which stops orgbot2 from monitoring the orgchannel for commands while orgbot1 is online would be ideal, while still allowing orgbot2 to respond to commands via /tell.
I'm told there is an existing toggle that may fit the bill, yet I can't find it if its' there.
IF Orgbot1 == Online, THEN Orgbot2 !monitor org_channel;
IF Orgbot1 == Offline, THEN Orgbot2 monitor org_channel;
Any assistance would be wonderful.