-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IRC agent(s): how to go about it #113
Comments
I think an IRC agent is a great idea! It could be like the Twitter Agent that has a special external process that One thing I've been thinking about is allowing Agents to run processes, On Wed, Dec 11, 2013 at 8:04 AM, Florentin Raud notifications@git.luolix.topwrote:
|
Check out how GitHub uses hubot. That might open up several possibilities. A hubot agent would also be handy. On Wed, Dec 11, 2013 at 12:27 PM, Andrew Cantino notifications@github.com
|
@cantino I would be really keen on the EventMachine listener.But i think it is out of my abilities I will have a look at the twitter agent maybe that is something i can try to replicate. One more question: what is your workflow when you create new agents? @crawfordcomeaux i totally agree. |
I generally write a spec and an Agent simultaneously, then test it in the interface. An IRC Agent is a fairly complex prospect, but definitely something we can figure out. |
Added to agent suggestions list in #353 |
I am now pondering writing a huginn agent to send data to IRC.
I'm able to create an agent that do "connect -> join -> send message -> disconnect" using a randomly chosen gem.
But there is possibly more to IRC than the simple workflow above.
Here is a couple of example:
It would be nice to have a discussion on what we could do and what we actually want to do when we couple huginn with IRC capability.
The text was updated successfully, but these errors were encountered: