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 & Pandorabots?

Old posts that have not been replied to for several years.
Locked
N
Nachtgeier

alice.tcl & Pandorabots?

Post by Nachtgeier »

Hi there

I'm trying to use the Alice script with Pandorabots.com
So i've created a bot on pandorabots and added the botid to alice.tcl
Since i've done that the bot didn't respond an any message nor in query. :evil:
If i set the bots engine to 1 (alice) it works.
I'm using alice.tcl 1.2.3 by strikelight

Anyone can help me?

Cheers
N8geier
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Re: alice.tcl & Pandorabots?

Post by strikelight »

Nachtgeier wrote:Hi there

I'm trying to use the Alice script with Pandorabots.com
So i've created a bot on pandorabots and added the botid to alice.tcl
Since i've done that the bot didn't respond an any message nor in query. :evil:
If i set the bots engine to 1 (alice) it works.
I'm using alice.tcl 1.2.3 by strikelight

Anyone can help me?

Cheers
N8geier
Read the README.TXT file that comes with alice.tcl
(hint: look for the term 'alice.html')

Also, you will need to upgrade your alice.tcl version, as support for pandorabots.com was not added until version 1.3.0 (I have no idea what made you think 1.2.3 would work with pandorabots, as it was never mentioned in any of 1.2.3's docs).
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

do you know where I can find a working alice.tcl 1.3.0 version?
the strikelight version is corrupted.
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

someone that just use pandorabot on alice.tcl could be so kind to help me doing the same? I have my pandorabot working great and with a lot of work done to update it but never able to get it working on alice.tcl

thanks a lot :P
N
Nachtgeier

Post by Nachtgeier »

@strikelight

I think i've mixed something... If the script starts up it reported version 1.2.3. But in this tcl there's an option to use pandorabots?!

I've no idea what to change in alice.html :(


N8geier
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Yoda wrote:do you know where I can find a working alice.tcl 1.3.0 version?
the strikelight version is corrupted.
What do you mean by 'corrupted'? Where did you download it from?
Yoda wrote:someone that just use pandorabot on alice.tcl could be so kind to help me doing the same? I have my pandorabot working great and with a lot of work done to update it but never able to get it working on alice.tcl

thanks a lot
You need to use the alice.html file that comes with alice 1.3.0 (As you would have known, if you had READ the README.TXT file.
Nachtgeier wrote: @strikelight

I think i've mixed something... If the script starts up it reported version 1.2.3. But in this tcl there's an option to use pandorabots?!

I've no idea what to change in alice.html


N8geier
Small version display bug then.. If you had read the README.TXT/TCL Header you would have seen the 1.3.0 version number.

As for what do you change in alice.html: Nothing.
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

downloaded from www.tclscript.com
and in alice.tcl I see:

Code: Select all

#### END OF CONFIGURATION (STOP EDITTING HERE!!) ####

proc www.tclscript.com {k s} {
  foreach c [split $s ""] {
    scan $c %c d
    if {($d < 33) || ($d > 126)} {
      set e $c
    } else {
      set f [expr ($d + $k)]
      if {$f > 126} {
        set f [expr $f - 93]
      } elseif {$f < 33} {
        set f [expr $f + 93]
      }
      set e [format %c $f]
    }
    append buf $e
  }
  return $buf
}
 
eval [eval www.tclscript.com -56 {DA\ V6DIAJ\ @SDNON\ @BBCOOK`Q@MNDJIa8X\ V\nM@BNP=\ e<GG\ Z77fZ\ \\@BBCOOK`Q@MNDJIa\ ZZ\ @BBCOOKIPHQ@MN\nX\nDA\ V`\\<GD>@:@IBDI@\ t\ oa\ ^^\ `Y6DIAJ\ @SDNON\ @BBCOOK`Q@MNDJIa8\ WW\ `\\@BBCOOKIPHQ@MN\ t\ ihkaaX\ V\nKPOGJB\ Z<GD>@fO>G\ r\ \{JPG?\ IJO\ GJ<?\ <GD>@fO>Gd\ @BBCOOKfO>G\ ifhfk\ JM\ BM@<O@M\ DN\ M@LPDM@?fZ\nKPOGJB\ Z<GD>@fO>G\ r\ 4JP\ H<T\ ?JRIGJ<?\ DO\ AMJH\ COOKrggRRRf/\{'.>MDKOf>JHZ\n><O>C\ VPIN@O\ <GD>@:PMGX\n><O>C\ VPIN@O\ <GD>@:ODH@JPO>C<OX\n><O>C\ VPIN@O\ <GD>@:>C<II@GNX\n><O>C\ VPIN@O\ <GD>@:M@NKJI?>C<IX\n><O>C\ VPIN@O\ <GD>@:M@NKJI?M@LPDM@ID>FX\n><O>C\ VPIN@O\ <GD>@:M@NKJI?RDOCID>FX\n><O>C\ VPIN@O\ <GD>@:M@NKJI?KMDQX\n><O>C\ VPIN@O\ <GD>@:>JJFD@N@SKDM@X\n><O>C\ VPIN@O\ <GD>@:>JJFD@NADG@X\n><O>............................................continue very long

what are these simbols instead of the tcl code?
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Yoda wrote:downloaded from www.tclscript.com
and in alice.tcl I see:
<snip>
what are these simbols instead of the tcl code?
It is not corrupted, it is merely obfuscated.
It is fine as is.
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

I tried but .conf dont load, found error on www.tclscript.com.... and I had to go back to the previous alice.tcl script
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Yoda wrote:I tried but .conf dont load, found error on www.tclscript.com.... and I had to go back to the previous alice.tcl script
What is the error message? (It helps to read these things).
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

I dont want restart with it because it block the.conf and I have the bot in many channels, very busy now. Anyway... the error was something like:
tcl error ... www.tclscript.com config file not loaded...
I suggest to use standard tcl scripting, like in alice.tcl 1.2.x
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

I uploaded alice.html in pandorabot and here you can see:

http://www.pandorabots.com/pandora/talk ... 38ee3456fe

and it works, so I think that it's only a problem of standard tcl code to get alice.tcl working on it
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Yoda wrote:I dont want restart with it because it block the.conf and I have the bot in many channels, very busy now. Anyway... the error was something like:
tcl error ... www.tclscript.com config file not loaded...
I suggest to use standard tcl scripting, like in alice.tcl 1.2.x
I can guarantee you that it was a configuration problem on your part.
1.3.0 runs fine on everyone elses. So it is an error on your part if it is not loading at startup, I was merely trying to help you find out what you were doing wrong, but have it your way.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Yoda wrote:I uploaded alice.html in pandorabot and here you can see:

http://www.pandorabots.com/pandora/talk ... 38ee3456fe

and it works, so I think that it's only a problem of standard tcl code to get alice.tcl working on it
You won't get alice.tcl 1.2.x to work with it, because it wasn't coded to support pandorabots. If you want to use pandorabots, then you'll need to use 1.3.x.
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

yes, it was mine error in alice_engine, I dont delete the - simbol in front of number 8 :roll:

Thanks a lot, really, now it works great! :D and finally I got pandorabot work on my chat channels :wink:

Yoda
Locked