hoaproject / Irc

The Hoa\Irc library.
https://hoa-project.net
25 stars 8 forks source link

Example? #33

Closed spencerthayer closed 7 years ago

spencerthayer commented 7 years ago

Is there a working example of this IRC client?

Hywan commented 7 years ago

Hello,

Do you mean an example like this https://github.com/hoaproject/Irc#quick-usage, or something more complete?

spencerthayer commented 7 years ago

Something complete. Thanks.

Hywan commented 7 years ago

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.

Hywan commented 7 years ago

Is it OK for you or not 😃?

spencerthayer commented 7 years ago

we aregood! thanks