alejandro5042 / Run-IrcBot

IRC Bot Toolkit for PowerShell
MIT License
13 stars 4 forks source link

Add $Message.Pipe($obj) #6

Open alejandro5042 opened 10 years ago

alejandro5042 commented 10 years ago

This function would bypass output and make a special object that our output parser will understand to unwrap the underlying object and pipe that directly to Write-Output. This feature would possibly replace the /pipe command.