Author Topic: CocoaBot  (Read 12827 times)

0 Members and 1 Guest are viewing this topic.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: CocoaBot
« Reply #15 on: December 12, 2009, 10:27:19 pm »
It looks like it's just test cases for his RTB.  Also, your channel list is empty, but it say there's 1 person there.  Failure.

why are you such an asshole sometimes?
How was I an asshole?  The label fails :|

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: CocoaBot
« Reply #16 on: December 12, 2009, 11:41:05 pm »
Sorry. Go ahead and photoshop it to make yourself feel better.

But no, it doesn't connect yet.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Pan

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: CocoaBot
« Reply #17 on: May 25, 2010, 05:51:05 pm »
Hello,

Just a quick reply on this:

- No part of Cocoa itself is open source.

- There is a higher level socket API in Cocoa/CoreFoundation: CFNetwork (http://developer.apple.com/mac/library/documentation/Networking/Conceptual/CFNetwork/Concepts/Concepts.html) You can drop down into C-based sockets, but it's not necessary. There is even a higher level API called NSSocket.

- Yes, people have written bots in Cocoa before. In fact, I released a framework last summer to help in easily constructing them (http://www.sensoryresearch.net/thoughtconduit/dev?id=10). I have several IRC bots roaming the network universe that utilize the framework (e.g. FrequencyBot)

at any rate, just a heads up. cheers,

Pan

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: CocoaBot
« Reply #18 on: May 26, 2010, 10:08:31 am »
- I stand corrected.
- Awesome. That looks really useful.
- I stand corrected.
I'd personally do as Joe suggests

You might be right about that, Joe.