Skip to content

Instantly share code, notes, and snippets.

@RC1140
Created October 21, 2010 12:32
Show Gist options
  • Save RC1140/638399 to your computer and use it in GitHub Desktop.
Save RC1140/638399 to your computer and use it in GitHub Desktop.
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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment