I have Bot1 which i'd like to run constantly, with just a minimal of modules. The modules it's doing is only the Security and Users stuff.
Bot2 is gonna have the modules like !calc, !raid, !items, and so on and so on. That bot uses Bot1's tables in the database for the users, security and settings.
None of these bots have anything to do with org/gc.
I want Bot2 to join Bot1's private group, and listen on the pgmsg. I tried to use Relay_GUILD.php and OnlineCount.php modified to handle extpgmsg too, but whatever i tried, it did join Bot1's private group but never answered a command in there, even if i set the !count to AN (anonymous) for Bot2 in !commands extpgmsg.
If anyone could help me, that would be awesome.