This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Alice.tcl

Support & discussion of released scripts, and announcements of new releases.
Post Reply
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Alice.tcl

Post by GouroB »

Ok , the thing is i installed a new eggdrop coz i dont like to upgrade . so am running eggdrop1.6.17 now , but i had alice.tcl running in my previous bot ( it was v 1.6.15 ) but when i try to add it in this bot it didnt work . ... i mean i didnt get any error while loading script ... but its not responding in pvt or in channel . i was using alice.tcl version 1.2 in my old eggdrop but that version didnt work in new eggy so i dl the latest version of Alice.tcl ( v 1.4 ) still its not working . lemme paste some of my alice.tcl files part in here ...
## 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

## 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 "#bangladesh"

## 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-D 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 0
i have also set #bangladesh +alice ( .chanset #bangladesh +alice ) but still not working . :? any help ?
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes.
www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
C
CtrlAltDel
Halfop
Posts: 49
Joined: Wed Jun 02, 2004 7:58 am

Post by CtrlAltDel »

I may be asking the obvious here, but ...
=-=-=-=--=-=-=-=
3. Requirements:
=-=-=-=--=-=-=-=

1) Eggdrop1.1.5-Eggdrop1.6.x
2) egghttp.tcl v1.0.3 or higher (TO BE LOADED BEFORE THIS SCRIPT!!)
-OR- bgexec.tcl v1.1 or higher if using Hippie command line interface

=-=-=-=--=-=-=-=
4. Installation:
=-=-=-=--=-=-=-=

Place script in your scripts directory
Edit the Configuration options at the top of the script
Add the line: source scripts/alice.tcl to your eggdrop config (See Note)
Note: !! _AFTER_ THE LINE THAT LOADS EGGHTTP.TCL !!
Could this be the problem?
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Post by GouroB »

CtrlAltDel
thx fr the reply but i made no mistake on those .

in my eggdrop.conf file egghttp.tcl ( v1.1.0 ) is added b4 alice.tcl .... so is there any way to make mistake for which its not working ?
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes.
www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

try engine #9 and restart the bot.
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Post by GouroB »

Darth_Unslut :D :) :D

Thx man ... but will only engine 9 will work ? what bout rest engines ?
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes.
www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

well it seems the other sites changed a few things and the script can't find what it is looking for. But for me only engine 9 works. (havent tried adding my own engine though, maybe if you create your own it might work as well)

*note how did you know my old nick? :P
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Post by GouroB »

dotslasher
lol i saw ur that name in previous post ... umm u have anu idea to how to setup own engine ? like what i have to have in the url to make the bot to follow my words which r in the site ?
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes.
www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
J
Johnny D
Voice
Posts: 1
Joined: Mon Apr 16, 2007 1:58 pm

Post by Johnny D »

I know I'm reviving a long dead post here, but in case anybody was having the same problem, this worked for me.

Edit your botname.chan file and add a line that says "channel set <channel> +udef-flag-alice"

Hope that helps someone some day.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Johnny D wrote:I know I'm reviving a long dead post here, but in case anybody was having the same problem, this worked for me.

Edit your botname.chan file and add a line that says "channel set <channel> +udef-flag-alice"

Hope that helps someone some day.
If any one actually read the instructions that are provided at the head of the script they'd already know what needs be done.

Code: Select all

.chanset #chan +alice
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
densgirl
Voice
Posts: 1
Joined: Thu Aug 02, 2007 2:19 pm

Alice

Post by densgirl »

I have been trying to install Alice.tcl for days now, can't seem to get it to responed.. it is reading the typing but when it comes to it replying doesn't seem to work.. do any of these engines work? Can someone please help me here .. Does anyone currently use it that can help me out?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Re: Alice

Post by Alchera »

densgirl wrote:I have been trying to install Alice.tcl for days now, can't seem to get it to responed.. it is reading the typing but when it comes to it replying doesn't seem to work.. do any of these engines work? Can someone please help me here .. Does anyone currently use it that can help me out?
Post to the author's forum.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply