Closed spencerthayer closed 7 years ago
Hello,
Do you mean an example like this https://github.com/hoaproject/Irc#quick-usage, or something more complete?
Something complete. Thanks.
A complete IRC client would be difficult because of the nature of PHP. But if you want a more complete example, you can check one bot that Hoa is using almost everywhere, Marvirc. It contains several commands, reacts on IRC, can do action, and you can communicate with it through WebSocket. For instance, several tools on our servers send messages to Marvirc through WebSocket to broadcast notifications on IRC, see https://github.com/hoaproject/Marvirc#possession-through-websocket-realtime-notifications.
Is it OK for you or not 😃?
we aregood! thanks
Is there a working example of this IRC client?