<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/10741" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-11-02T03:39:44-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/10741</id>

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-02T03:39:44-04:00</updated>

		<published>2005-11-02T03:39:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56979#p56979</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56979#p56979"/>
		<title type="html"><![CDATA[Alice Not Responding]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56979#p56979"><![CDATA[
Contact the script author.<br><blockquote class="uncited"><div># - Read the README.TXT for script details, help, and contact info.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Nov 02, 2005 3:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[PEACEYALL]]></name></author>
		<updated>2005-11-02T03:34:55-04:00</updated>

		<published>2005-11-02T03:34:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56977#p56977</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56977#p56977"/>
		<title type="html"><![CDATA[Alice Not Responding]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56977#p56977"><![CDATA[
I tried all of the servers. I even tried making my own pandorabot or runabot , but the bot still doesnt reply in both private message and channel.<br>Here is my config: <br><div class="codebox"><p>Code: </p><pre><code>#### alice.tcl v1.4.0 - by strikelight ([sL] @ EFNet) (March 2, 2004)## - Read the README.TXT for script details, help, and contact info.### #### CONFIGURATION #### ## File to save alice cookies to ##set alice_cookiesfile "$nick.cookies" ## Every night, expire cookies that have not been accessed in how many days? ##set alice_cookiesexpire 5 ## Let your bot respond to private messages? (0 = No, 1 = Yes) ##set alice_respondpriv 1 ## Let your bot respond to comments in channel when bot's name is mentioned? ### (0 = No, 1 = Yes) [ For eggdrop versions less than 1.5.x# ( 1.5.x+ users should use .chanset #channel +alice ) ]set alice_respondchan 1 ## Require bot's nick to be in all lines of a public conversation in order# for it to respond, after initial contact? (ie. &lt;someone&gt; alice: hello there)# (if alice_respondchan is set to 1, or channel is set to +alice, else ignore this)# (0 = No, 1 = Yes)set alice_respondrequirenick 0 ## Respond with user's nick? (ie. &lt;alice&gt; user: Hi, how are you?)# (if alice_respondchan is set to 1, or channel is set to +alice, else ignore this)# (0 = No, 1 = Yes)set alice_respondwithnick 1 ## Channels to listen on (if alice_respondchan is set to 1, else ignore this) ### (Separate multiple channels by space, use * to indicate all channels)# [ For eggdrop versions less than 1.5.x only , 1.5.x+ users should#   use .chanset #channel +alice ]# eg. set alice_channels "#channel1 #channel2 #etc"  .. or :set alice_channels "*" ## Also if alice_respondchan is set to 1 or channel is set to +alice,# (otherwise ignore this), how long a silence should the bot wait for# user's text in a channel after the first contact is made before# giving up on their conversation? (in minutes)set alice_timeoutchat 5 ## Log conversations?# 0 = No# 1 = Yesset alice_logging 1 ## If logging on, what directory should the logs be stored in?# (Note1: If directory doesn't exist, you must create it)# (Note2: Ignore this if you don't want to log)set alice_log_path "logs/" ## Ignore private messages that start with the following wordsset alice_ignoreprivate {  op  invite  pass  addhost  ident} ## Ignore public messages that start with the following wordsset alice_ignorepublic {  !list  @find} ## Relay responses the bot sends to a user via msg to the partyline?# 0 = No# 1 = Yesset alice_relaypriv 0 ## Which server should I use for the alice engine?# 0 = www.alicebot.org (Alice)# 1 = www.agentruby.com (Ruby)# 2 = www.tfxsoft.com (A Program-E Server)# 3 = jaczone.com (Cyber-Ivar)# 4 = your own Aine CGI server# 5 = your own program-Grin alice server# 6 = your own program-C (hippie) CGI server# 7 = Actual Hippie Program-C# 8 = your own pandorabots engine (www.pandorabots.com)# 9 = A runabot.com AOL Instant Messenger bot (www.runabot.com)set alice_engine 9 # If using your own alice server (Aine CGI, program-Grin, program-C CGI, pandorabots, runabot) enter the url here:# or if you notice one of the pre-programmed engines url's have changed, you may enter it here and see# if it might help.#set alice_url "http://yourserver.here.com/hippie.cgi" ;# hippie.cgi example#set alice_url "http://yourserver.com/aine/aine.cgi" ;# aine.cgi example#set alice_url "http://yourserver.here.com:2001/" ;# program-Grin example#set alice_url "http://www.pandorabots.com/pandora/talk?botid=a664e75b4e358546" ;# pandorabots exampleset alice_url "http://www.runabot.com/perl/webcaim/107826533724334?botname=pobo" ;# runabot example#set alice_url "http://www.runabot.com/perl/webcaim/107826533724334?botname=pobo" ;# runabot mine # If using your own actual Hippie Program-C, set path here:#set alice_hippie_path "/home/user/eggdrop/C/command_alice" # If using your own actual Hippie Program-C, set path to ini file here:#set alice_hippie_inipath "/home/user/eggdrop/C/data/alice.ini" # If using your own actual Hippie Program-C, set path to log info here:#set alice_hippie_logpath "/home/user/eggdrop/C/log/" #### END OF CONFIGURATION (STOP EDITTING HERE!!) #### </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6921">PEACEYALL</a> — Wed Nov 02, 2005 3:34 am</p><hr />
]]></content>
	</entry>
	</feed>
