Advertisement
swarley

Untitled

Aug 16th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Void Main()
  2. {
  3. $AlphaChat := new Network(hostname: "irc.alphachat.net", port: 6667, SSL: No)
  4. $AlphaChat->Load("Ping", "Join", "NetStats")
  5. $AlphaChat->Connect()
  6. $AlphaChat do Main()
  7. return Void
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement