1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-31 00:48:21 +01:00
phorge-phorge/src/infrastructure/daemon/bot/target
epriestley d5995d574d Formalize targets (users and channel) into objects
Summary:
Make users/channels/rooms into objects, so we can later sort out stuff like Campfire user IDs, Phabricator vs chat accounts, etc.

The only change here is that I removed output buffering from the macro handler. We should move throttling/buffering to adapters instead and have it apply globally.

Test Plan: Ran IRC and Campfire bots and interacted with them.

Reviewers: indiefan

Reviewed By: indiefan

CC: aran

Differential Revision: https://secure.phabricator.com/D4924
2013-02-14 05:13:38 -08:00
..
PhabricatorBotChannel.php Formalize targets (users and channel) into objects 2013-02-14 05:13:38 -08:00
PhabricatorBotTarget.php Formalize targets (users and channel) into objects 2013-02-14 05:13:38 -08:00
PhabricatorBotUser.php Formalize targets (users and channel) into objects 2013-02-14 05:13:38 -08:00