View previous topic :: View next topic |
Author |
Message |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Sat Dec 01, 2012 6:01 pm Post subject: |
|
|
darkunderdog wrote: | any idea why this isn't working in channel and only private message with using the default script with no edits? |
Code: | # BASIC USAGE GUIDE:........................................... #
# #
# .chanset #channel +google #
# !google [.google.country.code] [define:|spell:] #
.... snippped the rest .... |
Have you issued .chanset #channel +google on your bots partyline yet? This is the scripts on/off switch for each channel. Otherwise it runs silent and will only work in PM, as you've obviously noticed already. When enabled for any channel, it will still always work in PM too. This is a feature, not a bug.  _________________ speechles' eggdrop tcl archive |
|
Back to top |
|
 |
goalie204 Halfop
Joined: 28 Apr 2011 Posts: 44
|
Posted: Sun Dec 02, 2012 1:14 am Post subject: |
|
|
thx for the update, cant get define or spell working as it was before tho where it would give the results in teh channel, its just providing a link, usually to wiki |
|
Back to top |
|
 |
NWH Voice
Joined: 03 Jan 2009 Posts: 5
|
Posted: Sun Dec 02, 2012 8:48 am Post subject: |
|
|
Hi.
I just update it and got this error :
version conflict for package "http": have 2.5.001, need 2.5.3
while executing
"package require http 2.5.3"
(file "scripts/incith-google.tcl" line 1258)
I am running eggdrop v1.6.18, on FreeBSD 7.4-RELEASE-pX.
Cant find anywhere http 2.5.3 ..
Please help me
thanks |
|
Back to top |
|
 |
caesar Ass Kicker

Joined: 14 Oct 2001 Posts: 3450 Location: Area 51
|
Posted: Sun Dec 02, 2012 11:33 am Post subject: |
|
|
find and replace "package require http 2.5.3" inside incith-google.tcl with "package require http 2.5" for instance, or what version you have. _________________ You may say anything about me, but at least don't misspell my name. xD |
|
Back to top |
|
 |
darkunderdog Voice
Joined: 01 Dec 2012 Posts: 2
|
Posted: Sun Dec 02, 2012 12:11 pm Post subject: |
|
|
Thanks.. Yea It was me not reading! Thanks!!  |
|
Back to top |
|
 |
TeknoJuce Voice
Joined: 26 Nov 2012 Posts: 4
|
Posted: Thu Dec 06, 2012 1:35 am Post subject: |
|
|
speechles will your current update fix the logs not dumping pub issue? |
|
Back to top |
|
 |
goalie204 Halfop
Joined: 28 Apr 2011 Posts: 44
|
|
Back to top |
|
 |
x0x Op
Joined: 10 Feb 2009 Posts: 140 Location: The Netherlands
|
Posted: Tue Jan 22, 2013 9:49 am Post subject: |
|
|
YouTube and Wikipedia don't work anymore. Google works. When I try !youtube it seems to use the Google search to display youtube.com results.
Am also looking for a way to shorten the urls with tinyurl or bit.ly or something. Anyone an idea?
Eggdrop 1.8 does not log public chatter when this script has been loaded.
Help!  |
|
Back to top |
|
 |
^CJ^ Voice
Joined: 10 Sep 2005 Posts: 12
|
Posted: Sun Jan 27, 2013 10:02 am Post subject: |
|
|
Hey all,
I tried to upgrade to the latest beta but I get the following partyline error when I google in my chan:
!google test
Tcl error [incith::google::public_message]: wrong # args: should be "scan nick uhost hand chan ..."
During load, the script returns this, dunno if it's related:
Incith:Google: https NOT supported: tls package NOT found.
Running Eggdrop v1.6.19+ctcpfix on debian, TCL 8.5.8. Any ideas what this could be? I'm not really a scripter... |
|
Back to top |
|
 |
Madalin Master

Joined: 24 Jun 2005 Posts: 303 Location: Constanta, Romania
|
Posted: Sun Jan 27, 2013 10:13 am Post subject: |
|
|
Not really atleast not for the whole script i loaded myself the script and i to don`t have TLS package installed (this means as i know the bot wont be able to read https:// pages) and i did the following think
modify
Quote: |
package require http 2.5.3
|
into
Quote: |
package require http
|
Before the modification i used !torrent names and it didnt worked... i modifyed that because i know servers have different http packages and seting it to "package require http" and not including the version works 80% of the cases.
So the script works with what i did
Also don`t forget to activate the script (.chanset #channel +google) from dcc chat if you didnt done that in the first place activate the script and re-test the script and don`t do what i did _________________ https://github.com/MadaliNTCL - To chat with me: https://tawk.to/MadaliNTCL
Last edited by Madalin on Mon Jan 28, 2013 5:16 pm; edited 1 time in total |
|
Back to top |
|
 |
^CJ^ Voice
Joined: 10 Sep 2005 Posts: 12
|
Posted: Mon Jan 28, 2013 4:11 pm Post subject: |
|
|
Madalin wrote: |
package require http 2.5.3
|
thanks but that didn't help any other suggestions? |
|
Back to top |
|
 |
x0x Op
Joined: 10 Feb 2009 Posts: 140 Location: The Netherlands
|
Posted: Fri Apr 19, 2013 3:32 pm Post subject: |
|
|
Until we wait for an update to fix some of the issues, people having a problem with logging please check this post:
http://forum.egghelp.org/viewtopic.php?p=100183#100183
I hope we will see an update soon. Really appreciate the hard work! |
|
Back to top |
|
 |
tucupi Voice
Joined: 20 Apr 2013 Posts: 1
|
Posted: Sat Apr 20, 2013 8:23 pm Post subject: Dont work more |
|
|
Dont work more
[21:22:06] <tucupi> !youtube hi
[21:22:08] <&Brasileiro> derp.
[21:22:14] <tucupi> !google hi
[21:22:16] <&Brasileiro> derp. |
|
Back to top |
|
 |
spithash Master

Joined: 12 Jul 2007 Posts: 245 Location: DALnet, EFnet & Freenode
|
Posted: Sun Apr 21, 2013 5:16 pm Post subject: |
|
|
works for me
_________________ DALnet #CodeMasters - EFnet #eggtcl Nick: spithash
Click here for troll.tcl |
|
Back to top |
|
 |
x0x Op
Joined: 10 Feb 2009 Posts: 140 Location: The Netherlands
|
Posted: Mon Apr 22, 2013 5:40 am Post subject: |
|
|
Try YouTube search. It uses the Google search? |
|
Back to top |
|
 |
|