vote up 0 vote down star

I'm looking for a IRC client library/script written in PowerShell. The goal is to replace a Perl script that uses Net::IRC to communicate with a MindAlign channel.

SmartIrc4net will do in a pinch, but I'd rather have a pure implementation for simplicities sake.

Ideas?

flag

80% accept rate
Really? Even the sockets and session management and everything? Powershell is a very poor language for running daemons (this coming from its biggest fan). Why not use/build an IRC client in an existing .Net language, then supply Powershell scripts as plugins? Executing PS from .Net is very simple. – Richard Berg Aug 13 at 19:59
I don't want to run it as a server - just as a client to send progress messages to an operational channel. – Scott Weinstein Aug 13 at 20:12
Ah -- I misread. – Richard Berg Aug 14 at 1:28

1 Answer

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.