Sponsored Content
The Lounge What is on Your Mind? Very Funny and Somewhat Amazing 2006 Chat Bot Chat Post 303028105 by Scrutinizer on Monday 31st of December 2018 02:52:24 AM
Old 12-31-2018
That is very entertaining and it goes on forever Smilie.
Reminds me when I was coding as a student as part of AI subjects back at University. Chatbots were mostly just for fun.
Nowadays chatbots have evolved to be really useful for various applications.
This User Gave Thanks to Scrutinizer For This Post:
 

2 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

May I know your chat ID.

Hi, I am new for UNIX environment. I will really appreciate if you will share your chat id, so that I can gain from you. Thanks allot in advance. Regards, Sunil (0 Replies)
Discussion started by: gauravsunil
0 Replies

2. Web Development

Can you embed Skype or any other video chat/chat program into a webpage?

Hi, I am trying to embed Skype or any other video chat/chat program into a webpage. Has anyone had success doing this? or know how? Thanks Phil (2 Replies)
Discussion started by: phil_heath
2 Replies
HUNTD(6)							 BSD Games Manual							  HUNTD(6)

NAME
huntd -- hunt daemon, back-end for hunt game SYNOPSIS
huntd [-s] [-p port] DESCRIPTION
huntd controls the multi-player hunt(6) game. When it starts up, it tries to notify all members of the hunt-players mailing list (see sendmail(8)) by faking a talk(1) request from user ``Hunt Game''. The -s option is for running huntd forever (server mode). This is similar to running it under the control of inetd(8) (see below), but it consumes a process table entry when no one is playing. The -p option changes the UDP port number used to rendezvous with the player process and thus allows for private games of hunt. This option turns off the notification of players on the hunt-players mailing list. INETD To run huntd from inetd(8), you'll need to uncomment the following line in /etc/inetd.conf: hunt dgram udp wait nobody /usr/games/huntd huntd Do not use any of the command line options; if you want inetd(8) to start up huntd on a private port, change the port listed for hunt in /etc/services. NETWORK RENDEZVOUS
When hunt(6) starts up, it broadcasts on the local area net (using the broadcast address for each interface) to find a hunt game in progress. If a huntd hears the request, it sends back the port number for the hunt process to connect to. Otherwise, the hunt process starts up a huntd on the local machine and tries to rendezvous with it. SEE ALSO
talk(1), hunt(6), sendmail(8) AUTHORS
Conrad Huang, Ken Arnold, and Greg Couch; University of California, San Francisco, Computer Graphics Lab BSD
April 4, 2001 BSD
All times are GMT -4. The time now is 04:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy