[PHP] PHP IRC Bot - Listening on a Socket

2009-01-22 Thread APseudoUtopia
Hey, I'm writing an IRC bot from scratch in PHP. I'd like to be able to announce events, such as SVN commit notifications, through the bot. The only way to do this that I can think of is to have the bot listen on a socket and have the program (in this example, the SVN post-commit hook script)

[PHP] PHP irc chatrooms

2001-07-12 Thread Bernie Kruger
Hi, Does anyone know of any PHP related chatrooms? Tx Bernie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] PHP irc chatrooms

2001-07-12 Thread Sam Masiello
To: [EMAIL PROTECTED] Subject:[PHP] PHP irc chatrooms Hi, Does anyone know of any PHP related chatrooms? Tx Bernie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

Re: [PHP] PHP irc chatrooms

2001-07-12 Thread Henrik Hansen
[EMAIL PROTECTED] (Sam Masiello) wrote: Try #php :) Lots of people hanging out in there all the time. It seems that #php on efnet is more interesting than others :) -- Henrik Hansen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] PHP + IRC

2001-04-05 Thread Geir Eivind Mork
On 04 Apr 2001 16:53:28 -0400, John Donagher wrote: There is an irc (ircg) extension now, although it is undocumented in the manual. Who do one have to bribe/kill/beat to get the info about that when one hasn't time/knowledge enough to snoop around in the sources? -- php developer /

Re: [PHP] PHP + IRC

2001-04-05 Thread Jack Dempsey
vent It'd be nice to have someone to do our dirtywork for us, but this list isn't (IMHO) about finding people who DO have the time/knowledge to "snoop around in the sources" for us... posting a message like that, with that kind of tone, won't get you help from any list...its late, i'm tired of

Re: [PHP] PHP + IRC

2001-04-05 Thread Geir Eivind Mork
On 05 Apr 2001 03:32:10 -0400, Jack Dempsey wrote: vent It'd be nice to have someone to do our dirtywork for us, but this list isn't (IMHO) about finding people who DO have the time/knowledge to "snoop around in the sources" for us... Where is the sense of humor? :) I just asked if anyone

Re: [PHP] PHP + IRC

2001-04-05 Thread Geir Eivind Mork
On 05 Apr 2001 03:32:10 -0400, Jack Dempsey wrote: vent It'd be nice to have someone to do our dirtywork for us, but this list isn't (IMHO) about finding people who DO have the time/knowledge to "snoop around in the sources" for us... Where is the sense of humor? :) I just asked if anyone

RE: [PHP] PHP + IRC

2001-04-05 Thread Krznaric Michael
I guess you should have had something along the lines of JOKE ... ... /JOKE Mike -Original Message- From: Geir Eivind Mork [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:41 AM To: Jack Dempsey Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP + IRC On 05 Apr 2001 03:32:10

Re: [PHP] PHP + IRC

2001-04-04 Thread Jason Brooke
Yes - see the network and/or socket functions sections in the manual at http://www.php.net You might want to use the IRC RFC as a reference on the protocol jason Hello PHP, Is there any ways to use php with irc? -- Best regards, -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] PHP + IRC

2001-04-04 Thread Peter Houchin
yeah have a look on phpbuilder.com phpwizard.net zend.com they all most likely many others have things on php irc -Original Message- From: Puarot [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 7:00 AM To: PHP List Subject: [PHP] PHP + IRC Hello PHP

Re: [PHP] PHP + IRC

2001-04-04 Thread John Donagher
There is an irc (ircg) extension now, although it is undocumented in the manual. On Thu, 5 Apr 2001, Jason Brooke wrote: Yes - see the network and/or socket functions sections in the manual at http://www.php.net You might want to use the IRC RFC as a reference on the protocol jason