Created
October 21, 2010 12:32
-
-
Save RC1140/638399 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-Type -Path "C:\Temp\ConsoleApplication1\SmartIrc4net-0.4.0-src\bin\debug\Meebey.SmartIrc4net.dll" | |
$client = New-Object Meebey.SmartIrc4net.IrcClient | |
$client.Connect("zardos.mo.us.atrum.org", 5222) | |
$client.Login("poshBot","PoshBot") | |
$client.RfcJoin("#test") | |
$client.ListenOnce() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment